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

[jira] [Updated] (HUDI-2754) Performance improvement for IncrementalRelation

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

ASF GitHub Bot updated HUDI-2754:
---------------------------------
    Labels: pull-request-available  (was: )

> Performance improvement for IncrementalRelation
> -----------------------------------------------
>
>                 Key: HUDI-2754
>                 URL: https://issues.apache.org/jira/browse/HUDI-2754
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: Incremental Pull
>            Reporter: Jintao
>            Priority: Major
>              Labels: pull-request-available
>
> When HoodieIncrSource is used to fetch the update from another Hudi table, the IncrementalRelation will be used to read the data. But it has a performance issue because the column pruning and predicate pushdown don't happen. As the result, Hudi reads too much useless data.
> By enabling the column pruning and predicate pushdown, the data to read is reduced dramatically.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)