Hello,
I am creating a graph with 1.8 billion nodes, and several billion relationships.
I can create the nodes (which are called 'segments') very quickly with :
USING PERIODIC COMMIT 100000 LOAD CSV WITH HEADERS FROM 'file:///node_file' AS row
CREATE...