How does one optimize the concurrency (and batch_size) parameters with apoc.periodic.iterate()? Is there some rule of thumb for parallelizing with respect to the number of cores on my machine or available RAM?
Any help would be greatly appreciated!
T...