promql-engine
promql-engine copied to clipboard
Investigate possible iterator reuse introduced by Prometheus v0.42.0
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.