ClickHouse icon indicating copy to clipboard operation
ClickHouse copied to clipboard

Cache Parquet Metadata When Writing to Object Storage

Open Selfeer opened this issue 9 months ago • 0 comments

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.

Selfeer avatar Mar 20 '25 10:03 Selfeer