Zoltán Borók-Nagy created IMPALA-11723:
------------------------------------------
Summary: Use separate cache in CatalogdMetaProvider for caching
Iceberg table objects
Key: IMPALA-11723
URL: https://issues.apache.org/jira/browse/IMPALA-11723
Project: IMPALA
Issue Type: Bug
Components: Catalog, Frontend
Reporter: Zoltán Borók-Nagy
Iceberg table objects can be very large. Currently they are being stored in the
meta provider's cache with other metadata objects. We load them by the
MetaProvider.loadIcebergApiTable() method.
Probably we should evict them more often, especially if the table is updated in
CatalogD.
It would make sense to store them in a separate cache.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)