Open
Description
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
Labels
No labels