haohao0103 commented on issue #2719:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2719#issuecomment-2574682020

   @dosu CachedGraphTransaction#testEdgeCacheClearWhenUpdateVertex() the 
cacheKey of edgeCache is 
   ```
   Query * from EDGE where [OWNER_VERTEX == 2, DIRECTION == OUT OR DIRECTION == 
IN]=
   Query * from EDGE where [OWNER_VERTEX == 2, DIRECTION == OUT OR DIRECTION == 
IN], Query * from EDGE where [OWNER_VERTEX == 1, DIRECTION == OUT OR DIRECTION 
== IN]=
   Query * from EDGE where [OWNER_VERTEX == 1, DIRECTION == OUT OR DIRECTION == 
IN]
   ``` 
   When we update the name property of v3, this operation does not change the 
edge query result, so we do not need to clear the edge cache.


-- 
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: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to