Split query iterators over different row groups
Open
v1
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
We currently ran a whole block through the query iterator:
https://github.com/grafana/phlare/blob/4d7eb651305bad4c44adbbecec30ee8c8d49b6d9/pkg/phlaredb/block_querier.go#L983
This should be called per rowGroup and ideally respect context cancellation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.