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

[jira] [Created] (KUDU-1644) Simplify IN-list predicate values based on tablet partition key bounds

Dan Burkert created KUDU-1644:
---------------------------------

             Summary: Simplify IN-list predicate values based on tablet partition key bounds
                 Key: KUDU-1644
                 URL: https://issues.apache.org/jira/browse/KUDU-1644
             Project: Kudu
          Issue Type: Sub-task
          Components: tablet
            Reporter: Dan Burkert


When new scans are optimized by the tablet, the tablet's partition key bounds aren't taken into account in order to remove predicates from the scan.  One of the most important such optimizations is that IN-list predicates could remove values based on the tablet's constraints.



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