[Improvement]: Use CachingCatalog
to reduce the time cost of IcebergCatalogWrapper#loadTable
#1794
Labels
CachingCatalog
to reduce the time cost of IcebergCatalogWrapper#loadTable
#1794
Search before asking
What would you like to be improved?
Every time ArcticTable is obtained, it will go through a complete load table process(org.apache.iceberg.catalog.Catalog#loadTable). We can cache the loaded table to reduce the time cost of get ArcticTable.
How should we improve?
import
org.apache.iceberg.CachingCatalog
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: