【发布时间】:2016-10-12 23:05:57
【问题描述】:
需要为我的所有 Neo4j 查询启用查询日志记录。找不到特定版本的链接。
是否有任何性能基准测试工具可以让我们看到慢查询和需要优化的区域。
【问题讨论】:
标签: neo4j profiling cypher database-performance neo4jclient
需要为我的所有 Neo4j 查询启用查询日志记录。找不到特定版本的链接。
是否有任何性能基准测试工具可以让我们看到慢查询和需要优化的区域。
【问题讨论】:
标签: neo4j profiling cypher database-performance neo4jclient
在企业版中,您可以记录慢查询:
http://neo4j.com/docs/2.3.4/configuration-settings.html#config_dbms.querylog.enabled
您还可以通过将关键字 PROFILE 放在查询前面并查看查询计划来对查询进行 PROFILE。
【讨论】: