How to add edges(relationship) Neo4j in a very big graph
问题 I have a simple graph model. In this graph, Each node has an attribute {NodeId} . Each Edge will link two nodes without other attributes. It is an directed graph and has about 10^6 nodes. Here is my situation: I created index on attribute {NodeId} at first.Then I created 10^6 nodes. In this time, I have a graph with 10^6 nodes and no edges. When I want to randomly add edges, I found that the speed is very slow. I can only add about 40 edges per second. Did I miss any configurations? I don't