disk cache management in the Thanos Store Gateway. #8383
Vidyasagar9390
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have a question regarding disk cache management in the Thanos Store Gateway.
In our Thanos implementation, we use the thanos-store component, which caches index header files on disk using ULIDs (Universally Unique Lexicographically Sortable Identifiers) for block directories. Over time, this cache grows, and we’ve noticed that our disk usage has reached over 80%.
Is there a built-in flag or configuration option to automatically clean up old or unused cached index files from the disk?
We want to avoid manual deletion and are looking for an automated or configurable way to manage this cache size effectively.
Any guidance or best practices on managing disk cache for Thanos Store Gateway would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions