Re: [Neo4j] More batch vs. single operation benchmarks

2011-08-28 Thread Jim Webber
I suspect (though I haven't profiled it) that the decreasing performance of batches could be due to JSON processing. If so, we're going to have to switch to some kind of streamed approach for the REST batch API. I'll add these notes into the job in the community backlog. Thanks very much Josh!

Re: [Neo4j] More batch vs. single operation benchmarks

2011-08-28 Thread Rick Bullotta
-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of jadell Sent: Sunday, August 28, 2011 3:55 PM To: user@lists.neo4j.org Subject: [Neo4j] More batch vs. single operation benchmarks Here are the latest benchmarks of batch vs. individual entity creation using the Neo4jPHP library. Mo

[Neo4j] More batch vs. single operation benchmarks

2011-08-28 Thread jadell
Here are the latest benchmarks of batch vs. individual entity creation using the Neo4jPHP library. Most of the processing time is spent on the server, so I believe that these numbers are probably not specific to Neo4jPHP. I'm not implying that there is anything wrong or to be fixed; I just though