Can someone explain why a query is running but the
CALL dbms.listQueries()
reports no query is running?

GraphAcademy
CUP
Learn graphs.
Score for your country.
Represent your country in the GraphAcademy Cup.
Complete courses, earn points, and win weekly prizes.
Can someone explain why a query is running but the
CALL dbms.listQueries()
reports no query is running?

Perhaps the query itself is already done, and it's just the transaction comitting?
call dbms.listTransactions()
// or
SHOW TRANSACTIONS
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| List transactions with no current query | 7 | 2664 | January 21, 2019 | |
| Monitoring queries | 8 | 358 | July 28, 2021 | |
| Want to understand call "dbms.listQueries" parameters and the meaning of their output values | 2 | 824 | February 24, 2020 | |
| Query details not getting captured in dbms.listQueries() | 3 | 353 | July 27, 2020 | |
| Is there a way to list running cypher queries in server? | 6 | 1487 | December 2, 2021 |