Hello all!

I am using Neo4j to build a huge graph database (over a million nodes). The 
way I'm doing it right now is running a cypher "CREATE 
(n{property='value'})" query for each of the node. As expected, this is 
quite an inefficient method and it takes lots of time. Can somebody suggest 
me some alternative method to overcome this issue? I've heard that Neo4j 
also provides some default batch interface to create multiple nodes. Thanks 
in advance! :)

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to