You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Padma Penumarthy (JIRA)" <ji...@apache.org> on 2018/06/18 00:49:00 UTC

[jira] [Created] (DRILL-6512) Remove unnecessary processing overhead from RecordBatchSizer

Padma Penumarthy created DRILL-6512:
---------------------------------------

             Summary: Remove unnecessary processing overhead from RecordBatchSizer
                 Key: DRILL-6512
                 URL: https://issues.apache.org/jira/browse/DRILL-6512
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Relational Operators
    Affects Versions: 1.13.0
            Reporter: Padma Penumarthy
            Assignee: Padma Penumarthy
             Fix For: 1.14.0


record batch sizer collects lot of information about the record batch. Since it is used now in every operator, for every batch, it makes sense to make it as efficient as possible. Remove anything that is not needed and also, may be provide two options one light weight and another which is more comprehensive. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)