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

disable_codegen_rows_threshold should apply to individual fragments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Backend
    • ghx-label-6

    Description

      The disable_codegen_rows_threshold is currently applied query-wide. So if a single scan deep in the query is expected to read a large number of rows, but everything else expects to see hundreds of rows because the results will be aggregated or heavily filtered, we still codegen the whole query.

      disable_codegen_rows_threshold should be evaluated for each fragment so we can determine whether to codegen based on the particular workload they'll be handling.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              MikaelSmith Michael Smith
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: