You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/10/27 01:40:00 UTC

[jira] [Created] (HIVE-17917) VectorizedOrcAcidRowBatchReader.computeOffsetAndBucket optimization

Eugene Koifman created HIVE-17917:
-------------------------------------

             Summary: VectorizedOrcAcidRowBatchReader.computeOffsetAndBucket optimization
                 Key: HIVE-17917
                 URL: https://issues.apache.org/jira/browse/HIVE-17917
             Project: Hive
          Issue Type: Sub-task
          Components: Transactions
    Affects Versions: 3.0.0
            Reporter: Eugene Koifman
            Priority: Minor


VectorizedOrcAcidRowBatchReader.computeOffsetAndBucket optimization() computation is currently (after HIVE-17458) is done once per split.  It could instead be done once per file (since the result is the same for each split of the same file) and passed along in OrcSplit




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)