I have a graph containing many nodes. Each node in the graph has the same properties with different values. I loaded the graph efficiently using:
CALL apoc.periodic.iterate('LOAD CSV FROM $url AS data FIELDTERMINATOR "," return data',
'CREATE (:G {x:...