Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
ghx-label-1
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
- is related to
-
IMPALA-10920 UNNEST function for arrays in the select list
- Closed