[
https://issues.apache.org/jira/browse/HIVE-29035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985146#comment-17985146
]
Henri Biestro commented on HIVE-29035:
--------------------------------------
A proposed solution is [5882 | https://github.com/apache/hive/pull/5882/] :
- caches the table objects (loadTable pull through) in REST catalog and ensures
cache coherency by using an event listener.
> Explore how to safely enable the server-side cache on Iceberg REST API
> ----------------------------------------------------------------------
>
> Key: HIVE-29035
> URL: https://issues.apache.org/jira/browse/HIVE-29035
> Project: Hive
> Issue Type: Improvement
> Components: Iceberg integration, Standalone Metastore
> Reporter: Shohei Okumiya
> Priority: Major
>
> We initially implemented the server-side caching with CachingCatalog, but
> disabled it in HIVE-29016.
> We have some unknowns about the caching architecture.
> * Where should we cache? Client? REST Catalog? Thrift?
> * What should we cache? HMS's records? Manifest?
> * What strategy is needed to ensure the cache coherency?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)