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/15 18:33:00 UTC

[jira] [Created] (DRILL-6499) No need to calculate stdRowWidth for every batch by default

Padma Penumarthy created DRILL-6499:
---------------------------------------

             Summary: No need to calculate stdRowWidth for every batch by default
                 Key: DRILL-6499
                 URL: https://issues.apache.org/jira/browse/DRILL-6499
             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


RecordBatchSizer calculates stdRowWidth by default. This is an expensive operation especially if the columns are deeply nested. Remove this from RecordBatchSizer and instead, provide a method to get the value if needed.



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