Optimizing high volume batch inserts into Neo4j using REST
I need to insert a huge amount of nodes with relationships between them into Neo4j via REST API's Batch endpoint, approx 5k records/s (still increasing). This will be continuous insertion 24x7. Each record may require creating one node only, but other may require two nodes and one relationship being created. Can I improve the performance of the inserts by changing my procedure or modifying the settings of Neo4j? My progress so far: 1. I have been testing with Neo4j for a while, but I could not get the performance I needed Test server box: 24 cores + 32GB RAM Neo4j 2.0.0-M06 installed as a