GitHub user xulzee added a comment to the discussion: Why is the cache not used 
when querying vertices through an index?

g.V().hasLable("server") 

First, retrieve the vertices from the index, and then look up the vertex 
attributes from the vertex table. The second step should be able to use 
caching.  Because the second step involves random queries, it’s much less 
efficient than retrieving data from the cache.

GitHub link: 
https://github.com/apache/incubator-hugegraph/discussions/2713#discussioncomment-11661408

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to