提交 80435999 编写于 作者: Neo4j 开发者's avatar Neo4j 开发者

Update neo4j-performance-tuning.md

上级 8238144b
# Neo4j性能调优
\ No newline at end of file
# Neo4j性能调优
- [内存配置](https://neo4j.com/docs/operations-manual/current/performance/memory-configuration/) — 如何配置内存设置以实现高效操作。
- [索引配置](https://neo4j.com/docs/operations-manual/current/performance/index-configuration/) ——如何配置索引。
- [垃圾收集器](https://neo4j.com/docs/operations-manual/current/performance/gc-tuning/) ——如何配置 Java 虚拟机的垃圾收集器。
- [Bolt 线程池配置](https://neo4j.com/docs/operations-manual/current/performance/bolt-thread-pool-configuration/) ——如何配置 Bolt 线程池。
- [Linux 文件系统调优](https://neo4j.com/docs/operations-manual/current/performance/linux-file-system-tuning/) — 如何配置 Linux 文件系统。
- [磁盘、RAM 和其他提示](https://neo4j.com/docs/operations-manual/current/performance/disks-ram-and-other-tips/) — 磁盘、RAM 和其他提示。
- [统计和执行计划](https://neo4j.com/docs/operations-manual/current/performance/statistics-execution-plans/) ——模式统计和执行计划如何影响 Cypher 查询性能。
- [空间重用](https://neo4j.com/docs/operations-manual/current/performance/space-reuse/) ——数据删除和存储空间重用。
---
问题:
下列描述中,不正确的是哪一项?
## 答案
用户不能配置Bolt线程连接池来优化程序
## 选项
### A
可以在Neo4j Browser里运行`EXPLAIN`来查看Cypher的执行计划
### B
可以在Neo4j Browser里运行`PROFILE`来查看Cypher语句的执行情况
### C
Neo4j 运行在JVM中,因此可以使用常规JVM调优方式进行优化
### D
Neo4j的索引支持查询优化和全文搜索优化
### E
用户不能配置Bolt线程连接池来优化程序
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册