Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1639 Improve predicate pushdown
  3. KUDU-1646

Improve range partition pruning with IN-list predicates

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            honghaijie Haijie Hong
            danburkert Dan Burkert
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: