Skip to content

AsyncParquetReader Pre-Fetch Next Row Group #3635

@tustvold

Description

@tustvold

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The AsyncParquetReader currently fetches bytes and then performs decode, in scenarios where scanning an entire parquet file it may be beneficial to fetch data for the next row group in parallel to decoding the current row group.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

One of the experiments on https://github.com/apache/arrow-rs/pull/1509/files#diff-f6b1a106d47a16504d4a16d57a6632872ddf596f337ac0640a13523dccc2d4d4R448 implemented something along these lines using a peekable stream

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions