You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Yurui Zhou (JIRA)" <ji...@apache.org> on 2019/04/23 04:17:00 UTC

[jira] [Created] (ARROW-5197) [Java] Improving Arrow Vector Reading performance

Yurui Zhou created ARROW-5197:
---------------------------------

             Summary: [Java] Improving Arrow Vector Reading performance
                 Key: ARROW-5197
                 URL: https://issues.apache.org/jira/browse/ARROW-5197
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: Yurui Zhou
            Assignee: Yurui Zhou


Currently the read interface of Java Arrow Vector is quite slow because the access operation has to go through validity bit check and boundary check before it can actually load the data. 

The Arrow Vector and ArrowBuf should expose unsafe methods for advanced users to directly access underlying data without null check and boundary check.



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