Computer got stuck when calling call_neo4j millions of times
thudxz opened this issue · 1 comments
thudxz commented
I want to construct a database, which contain 10,000 nodes and 5,000 * 9,999 relationships (one node interacts with other 9,999 nodes). I generate cypher queries for each node and relationship, then use call_neo4j to store them into database. However, after executing thousands of queries, my computer got stuck and finally crashed. Please give me some suggestions.
Neo4j DeskTop: version 1.2.1
Neo4r: 0.0.1
JFJanssen commented
Not sure if your problem is solved by now, but if not:
please post the simplest code that you can reproduce the problem with; then maybe we can help.