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
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.