I know this doesn't address the root cause of the issue, but could you try 
using the REST batch API instead?

See: http://docs.neo4j.org/chunked/1.4/rest-api-batch-ops.html

The regular REST API is tremendously inefficient as a batch loading mechanism 
because it insists on a single transaction per operation, whereas the REST 
Batch API uses a single transaction per batch.

I'd be interested to see if anyone else has similar soak tests for the regular 
REST API too.

Jim
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to