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] [Assigned] (HUDI-5694) Avoid unnecessary file system parsing to initialize a metadata for a new data table

     [ https://issues.apache.org/jira/browse/HUDI-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sivabalan narayanan reassigned HUDI-5694:
-----------------------------------------

    Assignee: sivabalan narayanan

> 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
>            Assignee: sivabalan narayanan
>            Priority: Blocker
>
> 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)