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] [Created] (KUDU-1646) Improve range partition pruning with IN-list predicates

Dan Burkert created KUDU-1646:
---------------------------------

             Summary: Improve range partition pruning with IN-list predicates
                 Key: KUDU-1646
                 URL: https://issues.apache.org/jira/browse/KUDU-1646
             Project: Kudu
          Issue Type: Bug
            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)