This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Block Select Profiles should be correctly merged across row group #707
Labels
kind/bug
Something isn't working
For a given block, between each row group we should also do a k-way merge since the series order is not preserved when flushing to disk.
See https://github.com/grafana/phlare/blob/store-gateway-component/pkg/phlaredb/block_querier.go#L901-L925
This can cause some incorrectness when deduping as we expect data to be streamed in order.
The text was updated successfully, but these errors were encountered: