Skip to content

Instantly share code, notes, and snippets.

@Pablissimo
Created August 8, 2019 11:20
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 Pablissimo/ad21c8d3501cc819396a7122a016ec1b to your computer and use it in GitHub Desktop.
Save Pablissimo/ad21c8d3501cc819396a7122a016ec1b to your computer and use it in GitHub Desktop.
Example output of a cypher-shell call with --format verbose for SO question https://stackoverflow.com/questions/56899593/redirect-neo4j-profiling-output-to-file
+---+
| n |
+---+
+---+
+----------------------------------------------------------------------+| Plan | Statement | Version | Planner | Runtime | Time |+----------------------------------------------------------------------+| "EXPLAIN" | "READ_ONLY" | "CYPHER 3.5" | "COST" | "COMPILED" | 1 |+----------------------------------------------------------------------+
+------------------+----------------+-------------+-------+
| Operator | Estimated Rows | Identifiers | Other |
+------------------+----------------+-------------+-------+
| +ProduceResults | 25 | n | |
| | +----------------+-------------+-------+
| +Limit | 25 | n | 25 |
| | +----------------+-------------+-------+
| +NodeByLabelScan | 308 | n | :Beat |
+------------------+----------------+-------------+-------+
0 rows available after 1 ms, consumed after another 0 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment