Created
August 8, 2019 11:20
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---+ | |
| 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