[Neo4j] Performance benchmarks of REST API vs embedded Neo4J

2010-12-04 Thread Rick Bullotta
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

Re: [Neo4j] Performance benchmarks of REST API vs embedded Neo4J

2010-12-04 Thread Alex Averbuch
Hi Rick, You could get a ballpark comparison by using Blueprintshttps://github.com/tinkerpop/blueprints, and comparing the performance of Neo4jGraphhttps://github.com/tinkerpop/blueprints/tree/master/src/main/java/com/tinkerpop/blueprints/pgm/impls/neo4j/ with the performance of

Re: [Neo4j] [SPAM] Re: Performance benchmarks of RES T API vs embedded Neo4J

2010-12-04 Thread rick.bullo...@burningskysoftware.com
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

Re: [Neo4j] Performance benchmarks of REST API vs embedded Neo4J

2010-12-04 Thread Peter Neubauer
Rick, HA is totally transparent to any client of the embedded API after setup. That means, if you have a number of Neo4j Server (or any other thing like various bindings etc) the only difference is in the instantiation of the GraphDatabaseService. So, from the REST (or your own app) API you are