I filled a database with nodes (CREATE) through a python script using neo4j.GraphDatabase.
Every 1000 entries I finished the session and transaction and began a new one.
This worked fine for a continuous set of ~30.000 nodes.
Then I tried it on a muc...