Hi,

I need to create a large number of nodes with data loaded from a file. I 
was planning to implement this as a stored procedure because of performance 
reasons. I might even get around implementing it myself by using one of the 
load procedures from apoc. But in any case I need to split this up in 
several transactions to avoid getting out of memory. Is it possible to use 
one of the apoc periodic procedures for this as this example for loading 
data 
<https://neo4j-contrib.github.io/neo4j-apoc-procedures/index33.html#_load_data_in_transactional_batches>
 
in the apoc documentation suggests? I was wondering whether this works with 
top level transactions which would help to avoid getting out of memory or 
if this is more about nested transactions and doesn't help in my case. Any 
explanations on this would be very helpful.

Best,

Marco

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to