haohao0103 commented on issue #2719: URL: https://github.com/apache/incubator-hugegraph/issues/2719#issuecomment-2574478282
@dosu I understand that the edge cache is based on the `queryId`, and the key (`queryId`) of the edge cache is constructed from the query conditions and vertex IDs. If only the attributes of a vertex are updated, it should not affect the edge cache because: 1. The structure of the edge (source vertex, target vertex, label, etc.) has not changed. 2. The query results of the edge do not depend on the attribute values of the vertex. -- 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]
