You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/04/01 15:49:00 UTC

[jira] [Updated] (HUDI-3760) Rebase ColStats onto fetching Records by Column prefix

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

Alexey Kudinkin updated HUDI-3760:
----------------------------------
    Status: In Progress  (was: Open)

> Rebase ColStats onto fetching Records by Column prefix
> ------------------------------------------------------
>
>                 Key: HUDI-3760
>                 URL: https://issues.apache.org/jira/browse/HUDI-3760
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Blocker
>             Fix For: 0.11.0
>
>
> Right now all the records from ColStats for _all columns,_ for _all files_ are being read to compose the index used in Data Skipping.
> In reality, individual queries touch up only a handful of columns at any given moment, so we can very effectively prune the # of records we fetch simply fetching records for the columns referenced in the query (by the key prefix, since CS record key is concatenation of column, partition-path, filename)



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