hdygxsj commented on issue #8089: URL: https://github.com/apache/gravitino/issues/8089#issuecomment-3188156538
<img width="1719" height="1332" alt="Image" src="https://github.com/user-attachments/assets/f2a9d938-7be5-4a74-bbfb-6bb231890a17" /> After analyzing the flame graph, it appears that the main cause of the prolonged execution time is that listRole went through the cache layer, but since the cache layer does not support RelationalEntityStore, it resulted in multiple database accesses. -- 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]
