Zoltán Borók-Nagy created IMPALA-10737:
------------------------------------------

             Summary: Optimize Iceberg metadata handling
                 Key: IMPALA-10737
                 URL: https://issues.apache.org/jira/browse/IMPALA-10737
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Zoltán Borók-Nagy


Currently we re-read Iceberg table metadata in several cases.

We should rather keep it in memory and use it when possible.

Also, when refreshing a table we should use Iceberg's refresh() API to avoid 
unnecessary re-reads of manifest files:

[https://github.com/apache/iceberg/blob/282b6f9f1cae8d4fd5ff7c73de513ca91f01fddc/core/src/main/java/org/apache/iceberg/TableOperations.java#L45]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to