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

Speed up zipping unnest by reading collection elements in batches

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Backend

    Description

      Try to speed up zipping unnest by reading collection elements in batches.

      Now we read from the collections row-wise, that is we read one element from each collection and we store them in the corresponding columns in the current row, then proceed to the next element in each collection for the next row etc. The proposal here is to fill the row batch column-wise, i.e. filling the column corresponding to the first collection, then the second collection etc.

      Attachments

        Issue Links

          Activity

            People

              daniel.becker Daniel Becker
              daniel.becker Daniel Becker
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: