thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
131 stars 52 forks source link

Investigate possible iterator reuse introduced by Prometheus v0.42.0 #171

Open rabenhorst opened 1 year ago

rabenhorst commented 1 year ago

In https://github.com/thanos-community/promql-engine/pull/170 Prometheus was updated to v0.42.0 but we don't take advantage of newly introduced possibility of iterator reuse from https://github.com/prometheus/prometheus/pull/11334. We should investigate if we can take advantage of this.

rakeshkumarnahak commented 1 year ago

I would like to work on this issue, please assign me.