Open
Description
Describe the bug
Hello Team,
We have been testing using thanos querier with Mimir remote read API and are seeing significant performance difference in range query v/s remote read. One of first thing I noticed was queries weren't sharded that might be contributing to majority of
To Reproduce
Steps to reproduce the behavior:
- Start Mimir 2.13
- Perform remote read API call on one of reasonable expensive query similar to
count(services_platform_service_request_count{namespace=~".*-staging$"}) by (namespace)
Expected behavior
This query is taking ~2 seconds to execute when query range API are used and it should take approx same time with remote read API too, however it took ~15+ seconds.
Environment
- Infrastructure: Kubernetes, Laptop
- Deployment tool: jsonnet
Additional Context
NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels