Hello
We are having problems with the stability of our Neo4J Server, we have had instances of the server being overloaded and becoming unavailable, sometimes with instances of 195% CPU inside the Docker container. The specification of the server is high and has been stated that it has more than enough power needed. However we have subsequently narrowed it down to one query.
CALL db.indexes()
This query statement seems to block Neo and make it unstable. We have tracked down to the individual developer PC that ran this query and they have not run this query in the Neo4J Browser. My question is - does this query get regularly run as part of the functionality of the Neo4J Browser and is it possible to prevent it from running? And finally - what does it actually do? I cannot find any reference to it in the user guides.
John