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

Sort Rows by Series when flushing to disk #800

@cyriltovena

Description

@cyriltovena

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions