Question about runtime statistics

hello,

while using cypher-shell what does the statistics "consumed after another y ms" returned after query execution mean.

n rows available after x ms, consumed after another y ms

I am studying the performance of the query in neo4j and i need to figure out the significance of this message.

thank you for your help.

yours sincerely
Asma

I believe this has to do with how quickly the browser application is consuming records coming back from the server. It's related to, but not the same thing as, the query performance itself.

If you want to go deeper into query performance, I'd recommend you check out:

Neo4j Query Logging:

https://neo4j.com/docs/operations-manual/current/monitoring/logging/query-logging/

Neo4j Metrics:

Thank you very much for your detailed answer! that's an excellent starting point for me.

1 Like