I'm currently running a script in python to make inserts and deletes however these need to be done in order so I can't use python's multiprocessing.
The script spend 95% most of time executing cypher commands and only uses 1 core.
Is there a way to enable multi-core processing in neo4j?