Parallel Cypher Execution
This section describes procedures and functions for parallel execution of Cypher statements.
This section includes:
Procedure and Function Overview
The available procedures and functions are described below:
type | qualified name | signature | description |
---|---|---|---|
procedure |
|
|
|
procedure |
|
|
|
procedure |
|
|
apoc.cypher.mapParallel(fragment, params, list-to-parallelize) yield value - executes fragment in parallel batches with the list segments being assigned to _ |
procedure |
|
|
apoc.cypher.mapParallel2(fragment, params, list-to-parallelize) yield value - executes fragment in parallel batches with the list segments being assigned to _ |