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
I found that in the shell pressing CTRL-C terminates the query (running V3.0.3)