yuqi1129 opened a new issue, #10252:
URL: https://github.com/apache/gravitino/issues/10252

   ### What would you like to be improved?
   
   Gravitino has used caffeine cache several points, such as 
   - Cache for catalog wrapper, see: 
https://github.com/apache/gravitino/blob/f87777fa3dcf1dfecb4aca7a4066b0ab9c65b6f3/core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java#L302-L317
   - Caceh for entity: see: 
https://github.com/apache/gravitino/blob/34609990967051ef8da2da23548c0cd83fc10733/core/src/main/java/org/apache/gravitino/cache/CaffeineEntityCache.java#L61-L62
   - Cache in FilesetCatalogOperations:
   
https://github.com/apache/gravitino/blob/daf5f26f66e33ec42d6dca1e40407dff36d4db2a/catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java#L148-L152
   - Cache in IcebergCatalogWrapperManager
   
https://github.com/apache/gravitino/blob/fc39c771722140752539878e1748da65caa2ac1b/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/IcebergCatalogWrapperManager.java#L43-L47
   
   ### How should we improve?
   
   We need to manage them in a unfied way as we plan to deploy Gravitino in a 
distributed environment.


-- 
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]

Reply via email to