JackyYangPassion commented on issue #2638: URL: https://github.com/apache/incubator-hugegraph/issues/2638#issuecomment-2288527164
加一下 .profile() 贴一下输出结果 看下耗时在哪个环节 1. 返回数据规模有多大? 3. 关闭缓存具体配置 ``` vertex.cache_type=l2 vertex.cache_capacity=0 #vertex.cache_expire=600 # edge-cache default is 100w, 10min expired edge.cache_type=l2 edge.cache_capacity=0 #edge.cache_expire=600 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
