Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy: prune Storage Gateway if other stores can provide the data quicker #7701

Open
MichaHoffmann opened this issue Sep 5, 2024 · 0 comments

Comments

@MichaHoffmann
Copy link
Contributor

If we have a Querier that queries a Sidecar and a Storage Gateway that the Sidecar uploads to and if we query a range of data that could be completely answered by said Sidecar, we will still query the Storage Gateway regardless and throw away the data during deduplication. This is wasteful and also somewhat harmful since the Sidecar is usually orders of magnitude faster to query.
It would be great if Thanos could prefer serving data from the Sidecar in such a situation and prune the Storage Gateway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant