You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Dan Burkert (JIRA)" <ji...@apache.org> on 2016/09/24 00:12:20 UTC

[jira] [Updated] (KUDU-1646) Improve range partition pruning with IN-list predicates

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

Dan Burkert updated KUDU-1646:
------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: KUDU-1639

> Improve range partition pruning with IN-list predicates
> -------------------------------------------------------
>
>                 Key: KUDU-1646
>                 URL: https://issues.apache.org/jira/browse/KUDU-1646
>             Project: Kudu
>          Issue Type: Sub-task
>            Reporter: Dan Burkert
>
> KUDU-1363 introduces the IN-list predicate type, and allows range partitions to be pruned if they fall outside the range of the smallest and largest value in the list. We could do more aggressive pruning if we based the pruning on a set of range partition key ranges, instead of a single partition key range.
> This is basically the client-side equivalent of KUDU-1645.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)