Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-04-2019 06:27 AM
09-04-2019 07:17 AM
If you have a very large amount of data, the transaction you're doing to update that much may be blowing up your available heap space.
One possibility would be to give your server a lot more RAM. The other would be to break down your transaction into batches of smaller numbers, so that each smaller transaction fits into your available memory.
To batch your transactions, you can use apoc.periodic.iterate:
http://neo4j-contrib.github.io/neo4j-apoc-procedures/3.5/cypher-execution/commit-batching/
All the sessions of the conference are now available online