Re: [Neo4j] [neo4j-2.0][batch-importer] Low performance of batch importer

2013-12-19 Thread Michael Hunger
# did you provide enough heap to the JVM process too? -> -Xmx3G -Xms3G # Did you configure batch.properties to reflect your target store file sizes ? (# of nodes x 14bytes for nodes and # of rels x 33 bytes for relationships) ? -> the total amount for all stores should be total heap - 500MB -> ot

[Neo4j] [neo4j-2.0][batch-importer] Low performance of batch importer

2013-12-18 Thread Puneet Arora
Hi All, I am using Neo4j (CSV) Batch Importer ( https://github.com/jexp/batch-import/tree/20) to create database from CSV files. The data contains 5,115,915 nodes and 113,122,279 edges. It takes* 128s to load all the Nodes*, but a lot of time create edges. Approximately, it creates* 10,000,000