yuqi1129 commented on PR #10696: URL: https://github.com/apache/gravitino/pull/10696#issuecomment-4251551071
> Do you mean that adding owner and id-name mapping cache will always have a worse performance compared to not adding these two caches? No, I mean owner and id-name mapping cache did improve performance. What I want to emphasize is that: Since adding this eventually consistent cache is acceptable, why not apply this policy to user/role/group? In order to ensure strong consistency for them, we add version checks from the DB for each request, which will significantly slow down the API. -- 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]
