Hello,
I need to load a long Cypher file, an I know it could be loaded in Parallel.
Looking at options, apoc.cypher.runFiles is not doing parallel load, and I understand that apoc.cypher.parallel should do that, right? I see there is apoc.cypher.para...