neonx icon indicating copy to clipboard operation
neonx copied to clipboard

Chunk up write requests into bite-size pieces?

Open erickpeirson opened this issue 9 years ago • 0 comments

Writing even a moderately sized graph (~300k nodes, ~900k edges) overloads Neo4j, since it holds the entire transaction on the Java Heap until the very end (stops responding, or throws an OutOfMemory exception). Is there any reason why we can't carve up the write request into smaller chunks?

erickpeirson avatar May 06 '15 21:05 erickpeirson