Skip to content

Cache Parquet Metadata When Writing to Object Storage #695

Open
@Selfeer

Description

@Selfeer

Describe the new feature

Currently, to cache metadata, we need to read the Parquet file once after writing it to object storage. Instead of reading the file after writing, we should cache the Parquet metadata at the time of writing. This would allow immediate access to cached metadata, improving efficiency and reducing redundant reads.

Expected Behavior

  • Faster access to metadata without needing an additional read operation.

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