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 heavy queries/creates/updates on the server that could take a while...
Thanks.