Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3200 Replace BufferedBlockMgr with new buffer pool
  3. IMPALA-5085

Backend support for large rows in BufferedTupleStream

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              tarmstrong Tim Armstrong
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: