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

Make RowBatch::AtCapacity checks simpler and more efficient

    XMLWordPrintableJSON

Details

    Description

      RowBatch::AtCapacity() is executed per row and currently checks 5+ different conditions. The conditions it checks also arguably do not make sense. E.g. it doesn't check RowBatch::tuple_data_pool_ by default, and it doesn't sum memory consumption from different sources.

      We should reduce the number of checks and try to make sure it is checking the correct things.

      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: