Everything. ;-)

Seriously though, it would good to measure small and large sets of node inserts 
and deletes, with varying numbers and types of properties and relationships, as 
well as a spectrum of queries/traversals, etc.



----- Reply message -----
From: "Alex Averbuch" <alex.averb...@gmail.com>
Date: Sat, Dec 4, 2010 9:50 am
Subject: [SPAM] Re: [Neo4j] Performance benchmarks of REST API vs embedded Neo4J
To: "Neo4j user discussions" <user@lists.neo4j.org>

Hi Rick,
You could get a ballpark comparison by using
Blueprints<https://github.com/tinkerpop/blueprints>,
and comparing the performance of
Neo4jGraph<https://github.com/tinkerpop/blueprints/tree/master/src/main/java/com/tinkerpop/blueprints/pgm/impls/neo4j/>
with
the performance of
RexsterGraph<https://github.com/tinkerpop/blueprints/blob/master/src/main/java/com/tinkerpop/blueprints/pgm/impls/rexster/RexsterGraph.java>
..

"Rexster <https://github.com/tinkerpop/rexster> is a RESTful graph shell
that exposes any Blueprints graph through a standalone HTTP server"

Using Neo4jGraph is straight forward.
For a discussion on using RexsterGraph go
here<http://groups.google.com/group/gremlin-users/browse_thread/thread/aa9ad740c8fed156/9a7510a3e36f1d72?lnk=gst&q=rexster#9a7510a3e36f1d72>
..

If you know the type of graph operations that you would like to test,
GraphDB-Bench <https://github.com/tinkerpop/graphdb-bench> can be used to
compare performance of the two Graph implementations (Embedded vs REST).

What type of graph operations would you like to test?
I might be able to help by setting up the specific GraphDB-Bench benchmark
for you.

Cheers,
Alex

On Sat, Dec 4, 2010 at 3:22 PM, Rick Bullotta <
rick.bullo...@burningskysoftware.com> wrote:

> Has anyone done any rough performance comparisons of the two approaches?  I
> have to think we're looking at 1 or 2 orders of magnitude difference, but
> would like to know if there is any hard data yet.
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to