This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Description
Currently we don't sort across row groups of profiles when flushing all of them.
I believe we should be able to stream all row groups from
|
func (s *profileStore) writeRowGroups(path string, rowGroups []parquet.RowGroup) (n uint64, numRowGroups uint64, err error) { |
and reorder them by SeriesID then timestamp.