-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Caching bucket can be used to reduce load to the backend object storage by caching data.
Caching bucket is already available in Store Gateway, Querier and Compactor. This PR is to enable caching bucket for Parquet Converter.
Note that we might need to extend or modify caching bucket config to cache objects that make sense for Parquet Converter since the access pattern can be different from existing components.