apoc.periodic.commit
Procedure
apoc.periodic.commit(statement,params) - runs the given statement in separate transactions until it returns 0
Signature
apoc.periodic.commit(statement :: STRING?, params = {} :: MAP?) :: (updates :: INTEGER?, executions :: INTEGER?, runtime :: INTEGER?, batches :: INTEGER?, failedBatches :: INTEGER?, batchErrors :: MAP?, failedCommits :: INTEGER?, commitErrors :: MAP?, wasTerminated :: BOOLEAN?)
Output parameters
Name | Type |
---|---|
updates |
INTEGER? |
executions |
INTEGER? |
runtime |
INTEGER? |
batches |
INTEGER? |
failedBatches |
INTEGER? |
batchErrors |
MAP? |
failedCommits |
INTEGER? |
commitErrors |
MAP? |
wasTerminated |
BOOLEAN? |
Was this page helpful?