How to kill a currently long running query in Neo4j

前端 未结 5 1093
失恋的感觉
失恋的感觉 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:09

    Currently there is no way to abort queries in Neo4j. At least I haven't found anything when I needed and I searched the docs quite a lot of times.

提交回复
热议问题