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:15:20 UTC

[jira] [Created] (KUDU-1647) Improve range partition pruning and primary-key bound optimization with upper-bound range predicates on discrete typed columns

Dan Burkert created KUDU-1647:
---------------------------------

             Summary: Improve range partition pruning and primary-key bound optimization with upper-bound range predicates on discrete typed columns
                 Key: KUDU-1647
                 URL: https://issues.apache.org/jira/browse/KUDU-1647
             Project: Kudu
          Issue Type: Sub-task
            Reporter: Dan Burkert


We currently stop pushing predicates into the upper bound range partition key and pushing predicates into upper-bound primary key when a range predicate is encountered.  I *think* (although we should probably think harder about this), that predicates could continue to be pushed if the exclusive range predicate value is decremented to make an inclusive upper bound predicate.



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