-
Notifications
You must be signed in to change notification settings - Fork 544
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
Mimir Query Engine #10067
Comments
Merged
1 task
4 tasks
1 task
4 tasks
This was referenced Dec 13, 2024
4 tasks
This was referenced Jan 21, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're building a new query engine to improve the peak memory consumption of queriers.
The work has already progressed and is fairly mature. A good description of the new engine is found here:
https://github.com/grafana/mimir/blob/main/pkg/streamingpromql/README.md
This issue is to track the PRs and large number of changes involved. It will be an index instead of maintaining a list of PRs in the CHANGELOG.
Main / Unreleased
group_left
andgroup_right
(aka many-to-one and one-to-many matching) #10119BucketedPool
#10199sort
andsort_desc
#104872.15.0
on
#9482and
#9507rate
orincrease
over native histograms with changing schema #9518rate
andincrease
once #9531unless
#9533rate
orincrease
can return multiple series with the same labels #9553FloatHistogram
instances for successive points in instant vector selectors #9588or
#9589or
where both sides have series with the same labels #98742.14.0
-querier.enable-promql-engine-fallback
CLI flag #8455without
, and resolve potential for hash collisions #8671rate()
over native histograms could panic or return incorrect results #8850LimitingPool
#8909count_over_time
,present_over_time
andlast_over_time
#8925min_over_time
,max_over_time
,sum_over_time
andavg_over_time
#8934offset
in instant and range vector selectors #8962pi()
#8995vector()
andscalar()
#9017multiple org IDs present
error when MQE is used to evaluate a cross-tenant query #9120FunctionOverInstantVector
type #9136min
andmax
over series containing only histograms #9191TestConcurrentQueries
to include testing queries with float samples #9194sum
andavg
results over native histograms can be corrupted #9260rate()
over native histograms where first point in range is a counter reset #93712.13.0
cortex_querier_queries_rejected_total
metric #8303The text was updated successfully, but these errors were encountered: