Skip to content

[C++][Parquet] Improve parquet reading performance for String/Binary type based on Buffer operations instead of BinaryArrayBuilder #32970

Description

@asfimport

Improve parquet reading performance for String/Binary type based on Buffer operations instead of BinaryArrayBuilder.

 

Currently, parquet String/Binary type reading performance is not good enough. For fixedwidth types, the Reader has adopted Buffer operations  instead of ArrayBuilder interfaces.

 

So it‘s better to use Buffer operations in String/Binary type reading.

 

Reporter: xiangxiang Shen / @zhixingheyi-tian
Assignee: xiangxiang Shen / @zhixingheyi-tian

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions