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

Codegen Tuple size in Sorter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • Impala 4.2.0
    • Backend
    • None
    • ghx-label-1

    Description

      The sorter works with fixed-length tuples. The number of bytes in a tuple is known before execution, it is available in the query plan. However, currently the tuple size is treated as a member variable of the TupleSorter. Using Codegen to replace this member variable by a constant in sorter-ir.cc could speed up the quicksort phase.

      Attachments

        Activity

          People

            noemi Noemi Pap-Takacs
            noemi Noemi Pap-Takacs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: