neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

Computer got stuck when calling call_neo4j millions of times #63

Open thudxz opened 4 years ago

thudxz commented 4 years ago

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 3 years ago

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.