GitHub user JackyYangPassion added a comment to the discussion: [Question] 从1.3.0单节点模式升级到1.5.0集群模式性能并未提升
首先两个方面进行 1. 写入性能 a. 首先看下Server Store 内存配置多少 b. 看下主机CPU 使用情况 c. Store 是否在进行Flush /Compact 等 这个也会严重影响写入 2. 查询性能 读性能:相同的语句(6到7层查询),比1.3.0单节点慢10倍,1.3.0只需要600毫秒,1.5.0需要长达6秒 采用 [arthas](https://arthas.aliyun.com/doc/ ) 进行分析,看是慢在了哪里:计算层还是存储层 GitHub link: https://github.com/apache/incubator-hugegraph/discussions/2710#discussioncomment-11654770 ---- This is an automatically sent email for dev@hugegraph.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hugegraph.apache.org