Is Chunks Cache Required if Running Blocks Storage Engine? #4565
-
Is the Chunks Cache, documented here, a component that should be deployed when using the Blocks storage engine? This page includes documentation for Index Read, Index Write, Query Results, & Chunks Caches. Are all of these caches irrelevant for Blocks storage engine? I see both the Index Read & Chunks Cache on the Blocks Storage architecture diagram here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, although the wording can be confusing. From https://cortexmetrics.io/docs/blocks-storage/ -->
So, for caching your blocks storage query path / avoiding to refetch already queried samples, you would have to at least run both |
Beta Was this translation helpful? Give feedback.
Yes, although the wording can be confusing. From https://cortexmetrics.io/docs/blocks-storage/ -->
So, for caching your blocks storage query path / avoiding to refetch already queried samples, you would have to at least run both
chunk
andindex
cache.You also can configure a separate cache for metadata & query results for even more caching, and there are some more tips for scaling it on https://cortexmetrics.io/docs/blocks-storage/production-tips/#caching