Bring back ':queries' command
erin.stemple@fhr.com
It mostly does with additional info! What I don't have is the "kill" function for a transaction. I don't use it often but it is helpful when we may have a query running in the background that a user doesn't even know is running. Is there still a way to stop a query?
Gregory King
erin.stemple@fhr.com Sorry for the slow reply. Yes, please see here https://neo4j.com/docs/cypher-manual/current/clauses/transaction-clauses/#query-terminate-transactions
erin.stemple@fhr.com
Gregory King OK...I'm partial to the button but I can make do with the infrequency I actually need to perform that command :)
erin.stemple@fhr.com
Gregory King OK...I'm partial to the button but I can make do with the infrequency I actually need to perform that command :)
Gregory King
Hi Erin, you can use the cypher
SHOW TRANSACTIONS
to similar effect - does this meet your need?Nissanka Fernando
Thanks for letting us know Erin cc Greg King