You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split index request in 24h intervals #8909: We are splitting all index stat requests into 24h intervals to parallelize the index stat requests issued due to the changes above.
Describe the solution you'd like
Many of these requests could be cached to ease the load of our index gateways. This cache could be easily implemented in the query frontend by reusing the results cache.
Is your feature request related to a problem? Please describe.
The load of index stats requests to our index gateways recently increased due to:
Describe the solution you'd like
Many of these requests could be cached to ease the load of our index gateways. This cache could be easily implemented in the query frontend by reusing the results cache.
Describe alternatives you've considered
Could be worth evaluating adding some index-level caching mechanism in the index gateway itself as Mimir currently does:
https://github.com/grafana/mimir/blob/main/pkg/storegateway/indexcache/cache.go
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: