I am trying to persist the related entities (edges) in bulk in the Neo4j DB ~500K records, but it is not able to save them despite being increase in Memory, when I break them into 250K records each it is persisted fine.
What could be a better way to persist huge edge records in Neo4j.
Was expecting all the edges also to be saved in neo4j db along with entities.
1