2

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?

David Makogon
  • 69,407
  • 21
  • 141
  • 189
Rhys
  • 377
  • 6
  • 16
  • If they need to be executed in order, the requirement is the same client-side or server-side. – Frank Pavageau Jul 11 '16 at 19:42
  • Cypher does not support multi-core processing yet, see this [recent question](http://stackoverflow.com/questions/41364713/neo4j-use-only-one-core-in-cypher-query-running/41364905). – Gabor Szarnyas Dec 28 '16 at 15:21

0 Answers0