Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.6.0
Description
See IMPALA-3208 for the context.
BufferedTupleStream changes:
- Rows <= the default page size are written as before
- Rows that don't fit in the default page size get written into a larger page, with one row per page.
- Upon writing a large row to an unpinned stream, the page is immediately unpinned and we immediately advance to the next write page, so that the large page is not kept pinned outside of the AddRow() call.
- We should only be reading from one unpinned stream at a time, so only one large page is required there.
Attachments
Issue Links
- blocks
-
IMPALA-3208 Backend support for large rows
- Resolved