Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cache undecoded row groups? #285

Open
Open
@severo

Description

Currently, virtual row groups (see https://github.com/hyparam/hyperparam-cli/blob/master/src/lib/tableProvider.ts) are needed to avoid decoding unneeded rows in case of big parquet files with only one row group.

We favor low memory usage, while we do avoidable network requests, because the same row group will be fetched again and again, but only the relevant rows will be decoded.

Ideally, or at least optionally, we could cache the undecoded row groups, to avoid fetching them again, but decode the cells on demand to save memory.
It would also reduce the risk of being rate-limited or blocked by the parquet publishing platform (hi Hugging Face!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /