Currently i'm using LOAD CSV to import new nodes into the database from a 
csv, however I reach a problem when 
I want to create relationships between new nodes and already existing nodes 
.The way I have is by importing the new nodes
via LOAD CSV (very quick) and then using a python script to read the 
relationship csv and input them with Cypher via py2neo, this however is 
taking too long, 
is there a quicker way? 

-- 
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