zhaorui9303 commented on issue #2638:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2638#issuecomment-2290758252

   我在测试过程中发现 我关闭rpc,将vertex.cache_capacity和edge.cache_capacity设置为0,通过下面的语句进行测试验证
   
![image](https://github.com/user-attachments/assets/4fe37826-14f3-4760-b26c-593d383fcb1b)
   我发现在另一个节点,如果修改点129的属性,通过上述语句可以正确查询出修改后的值, 如果修改它的out点的属性,查询出来的结果不是最新的值。 
只有将schema.cache_capacity也同时设置为0的时候,查询出来的out点的属性才会是最新的值。 想了解一下,查询的中间结果值具体是缓存在哪里了。


-- 
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]

Reply via email to