You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2023/02/03 09:37:00 UTC

[jira] [Created] (HUDI-5694) Avoid unnecessary file system parsing to initialize a metadata for a new data table

sivabalan narayanan created HUDI-5694:
-----------------------------------------

             Summary: Avoid unnecessary file system parsing to initialize a metadata for a new data table
                 Key: HUDI-5694
                 URL: https://issues.apache.org/jira/browse/HUDI-5694
             Project: Apache Hudi
          Issue Type: Improvement
          Components: metadata
            Reporter: sivabalan narayanan


looks like we are parsing all partitions and files from file system to initialize metadata table for a new data table. Infact, at the end of it, we discard all of them since they are not committed. So, we should optimize this code path. 

This impact CTAS specifically. 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)