From 2e03f85c4eaa912985d6c86165d2a492f9f652de Mon Sep 17 00:00:00 2001 From: Ritik Soni <47344024+ritiksoni00@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:58:22 +0530 Subject: [PATCH] Update explanation-of-consumed-after-message-in-query-results.adoc updated some changes according to the new interfaces --- ...anation-of-consumed-after-message-in-query-results.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/articles/modules/ROOT/pages/explanation-of-consumed-after-message-in-query-results.adoc b/articles/modules/ROOT/pages/explanation-of-consumed-after-message-in-query-results.adoc index 15355e24..94f90b47 100644 --- a/articles/modules/ROOT/pages/explanation-of-consumed-after-message-in-query-results.adoc +++ b/articles/modules/ROOT/pages/explanation-of-consumed-after-message-in-query-results.adoc @@ -6,9 +6,10 @@ :neo4j-versions: 3.5, 4.0, 4.1, 4.2, 4.3, 4.4 After successfully executing a query through the Neo4j Browser or cypher-shell, you may see a message formatted as follows accompanying the query results: +Started streaming 32 records after 33ms and completed after 3777ms. ``` -X rows available after Y ms, consumed after another Z ms +Started streaming X records after Y ms and completed after another Z ms ``` This provides the following information: @@ -33,7 +34,7 @@ This is the number of milliseconds it took to consume the remaining results. This includes the time it took to transport all results over the wire and back to the client, so it doesn't only include the time it took to finish the query on the server. -To calculate the total time for the query to finish and to obtain all results, add the "available after" and "consumed afer another" values. +To calculate the total time for the query to finish and to obtain all results, add the "result_available_after" and "result_consumed_after" values. If you are only interested in the time it took to execute the query on the server, then look to the query logs instead: -https://neo4j.com/docs/operations-manual/current/monitoring/logging/#query-logging \ No newline at end of file +https://neo4j.com/docs/operations-manual/current/monitoring/logging/#query-logging