Perhaps you can tell us a bit more about your domain and your data volumes upfront?
Check out these links for some more info: http://neo4j.org/develop/import http://jexp.de/blog/2014/06/load-csv-into-neo4j-quickly-and-successfully/ http://jexp.de/blog/2013/05/on-importing-data-in-neo4j-blog-series/ Am 07.07.2014 um 15:14 schrieb Sagun Pai <[email protected]>: > 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. -- 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.
