Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-10763

Min/max filters should be enabled on Z-order sorted columns

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.1.0
    • None
    • None
    • ghx-label-14

    Description

      Currently, min/max filters are enabled for lexically sorted columns (please refer to
      IMPALA-10709: Min/max filters should be enabled for joins on sorted columns in Parquet tables) with a limitation that only the leading sorted columns are assigned with min/max filters. Non-leading sorted columns will be ignored.

      To effectively handle multiple sort columns, Impala offers an alternative sort order called Z-order. Z-order sorts these columns in multi-dimension into a sequence of values such that the locality of the data points are preserved.

      The purpose of this JIRA is to integrate the min/max filter feature with a table with Z-order sorted columns.

      Attachments

        Activity

          People

            sql_forever Qifan Chen
            sql_forever Qifan Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: