Skip to content

Instantly share code, notes, and snippets.

@olavurmortensen
Created September 16, 2020 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olavurmortensen/1c71da98a7fe1ad17776f4a4998cb8e3 to your computer and use it in GitHub Desktop.
Save olavurmortensen/1c71da98a7fe1ad17776f4a4998cb8e3 to your computer and use it in GitHub Desktop.
{'args': {'DbHits': 0,
'Details': 'updates, executions, runtime, batches, failedBatches, '
'batchErrors, failedCommits, commitErrors, wasTerminated',
'EstimatedRows': 10000.0,
'GlobalMemory': 0,
'PageCacheHitRatio': 0.0,
'PageCacheHits': 0,
'PageCacheMisses': 0,
'Rows': 1,
'planner': 'COST',
'planner-impl': 'IDP',
'planner-version': '4.1',
'runtime': 'INTERPRETED',
'runtime-impl': 'INTERPRETED',
'runtime-version': '4.1',
'version': 'CYPHER 4.1'},
'children': [{'args': {'Details': 'apoc.periodic.commit($autostring_0, {}) :: '
'(updates :: INTEGER?, executions :: '
'INTEGER?, runtime :: INTEGER?, batches :: '
'INTEGER?, failedBatches :: INTEGER?, '
'batchErrors :: MAP?, failedCommits :: '
'INTEGER?, commitErrors :: MAP?, '
'wasTerminated :: BOOLEAN?)',
'EstimatedRows': 10000.0,
'PageCacheHitRatio': 0.0,
'PageCacheHits': 0,
'PageCacheMisses': 0,
'Rows': 1},
'children': [],
'identifiers': ['executions',
'wasTerminated',
'batches',
'commitErrors',
'updates',
'failedCommits',
'batchErrors',
'failedBatches',
'runtime'],
'operatorType': 'ProcedureCall@neo4j'}],
'dbHits': 0,
'identifiers': ['executions',
'wasTerminated',
'batches',
'commitErrors',
'updates',
'failedCommits',
'batchErrors',
'failedBatches',
'runtime'],
'operatorType': 'ProduceResults@neo4j',
'pageCacheHitRatio': 0.0,
'pageCacheHits': 0,
'pageCacheMisses': 0,
'rows': 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment