Platform: MacBook 2.9 GHz i7, 16 Gigs RAM
Neo4j 3.5.6 Community Edition.
Using the following python code to perform cypher merges concurrently:
with get_bolt_session():
pass
if parameters is not None:
kw_params.update(parameters)
num_workers ...
Thanks Andrew for the response link you provided for more efficient batching of operations. Are there any guidelines we should follow when setting up heap space and JVM setting in neo4j.conf file?