Where is the neo4j slow query log?

Tobias Gassmann

I want to monitor the execution-time of my neo4j-cypher-queries, but I cant find the log-file for that. Even google did not help.

Could anybody point me in the right direction?

Stefan Armbruster

There are some config options to log query slower than a threshold, e.g.

dbms.querylog.enabled=true
dbms.querylog.filename=data/log/queries.log
dbms.querylog.max_archives=10
dbms.querylog.threshold=0

If you set the threshold to 0, each and every query is logged. Checkout out the section in the reference manual: http://neo4j.com/docs/stable/configuration-settings.html

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Neo4j: WHERE clause ID(node) in collection slow

From Dev

Simple Neo4j query is very slow on large database

From Dev

Neo4j cypher query is really slow

From Dev

Extremely slow weighted-edge query in Neo4j

From Dev

How to log query statement to Neo4j server, is it possible?

From Dev

Neo4j Repository - Writing query with a dynamic where clause

From Dev

Neo4j Repository - Writing query with a dynamic where clause

From Dev

Neo4j Cypher query slow to find common children. What is the best approach?

From Dev

Slow results retrieval from Cypher query in Java - Neo4j 2.0

From Dev

Neo4j Cypher query slow to find common children. What is the best approach?

From Dev

Extra match clause causes very slow neo4j query

From Dev

Slow query with OR in where clause

From Dev

Slow WHERE IN End of Query

From Dev

Where can I find the error log for Neo4j 3.0.0 server

From Dev

C# : Executing neo4j Cypher query that contain path in its Where Clause

From Dev

Neo4j - NOT IN query

From Dev

Neo4j - NOT IN query

From Dev

Neo4j slow creation method

From Dev

All queries are slow with neo4j

From Dev

Collect is very slow in Neo4j

From Dev

Neo4j StatementResult too slow

From Dev

MySQL query slow on where statement

From Dev

Cannot log in Neo4j server

From Dev

Neo4j, Match Relationship WHERE AND

From Dev

Neo4j Create Unique + Where in

From Dev

Neo4j, Match Relationship WHERE AND

From Dev

add where condition make MDX query slow (olap4j)

From Dev

Neo4j query: conditional match

From Dev

Parametrized like query in neo4j