Skip to content

[Java] Improving Arrow Vector Reading performance #416

@asfimport

Description

@asfimport

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. Such a safety check incurs unnecessary overhead in actually computation. 

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

Reporter: Yurui Zhou / @yuruiz

Subtasks:

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-5197. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions