How to kill a currently long running query in Neo4j

前端 未结 5 978
失恋的感觉
失恋的感觉 2021-02-06 22:31

How can I kill a currently long-running query in Neo4j (without restarting the server)?

I know we can globally set a timeout for queries, but sometimes I want to execute

5条回答
  •  借酒劲吻你
    2021-02-06 23:06

    The 2.2 release has some functionality around this area, but still no monitoring tool that you could see, for example, the queries ran by other clients, you can only kill your own long running queries, executed through the web ui or the shell.

    Neo4J 2.2 Release Notes

提交回复
热议问题