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

[jira] [Updated] (HUDI-2634) Improve bootstrap performance for very large tables

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

Vinoth Chandar updated HUDI-2634:
---------------------------------
    Fix Version/s: 0.10.0

> Improve bootstrap performance for very large tables
> ---------------------------------------------------
>
>                 Key: HUDI-2634
>                 URL: https://issues.apache.org/jira/browse/HUDI-2634
>             Project: Apache Hudi
>          Issue Type: Sub-task
>            Reporter: Prashant Wason
>            Assignee: Prashant Wason
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> Existing bootstrap code lists all files in the dataset and caches a FileStatus object for each file found. FileStatus object has many fields which take memory and most of these fields are not even used later as part of bootstrap.
> For a very large production table, the bootstrap code fails with OOM and also leads to timeout as a very large number of executors are spawned.
> Dataset has 1299 partitions and 12Million files.
>  



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