You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Bakai Ádám (Jira)" <ji...@apache.org> on 2022/11/08 16:35:00 UTC

[jira] [Updated] (KUDU-2981) Push predicate evaluation into more CFile decoders

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

Bakai Ádám updated KUDU-2981:
-----------------------------
    Labels: performance  (was: newbie performance)

> Push predicate evaluation into more CFile decoders
> --------------------------------------------------
>
>                 Key: KUDU-2981
>                 URL: https://issues.apache.org/jira/browse/KUDU-2981
>             Project: Kudu
>          Issue Type: Improvement
>          Components: cfile, perf
>            Reporter: Bankim Bhavsar
>            Priority: Major
>              Labels: performance
>
> Commit c0f3727 added an optimization to push predicate evaluation into the CFile decoders without fully materializing the contents of each cblock. It did this with dictionary-encoded blocks, but the optimization can be applied to any other encoding types too.
> KUDU-736 also notes that we may be able to apply some predicates on bitshuffled data.
>  



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