neo4j batchimporter is slow with big IDs
问题 i want to import csv-Files with about 40 million lines into neo4j. For this i try to use the "batchimporter" from https://github.com/jexp/batch-import. Maybe it's a problem that i provide own IDs. This is the example nodes.csv i:id l:label 315041100 Person 201215100 Person 315041200 Person rels.csv : start end type relart 315041100 201215100 HAS_RELATION 30006 315041200 315041100 HAS_RELATION 30006 the content of batch.properties: use_memory_mapped_buffers=true neostore.nodestore.db.mapped