Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align storage and deduplication order #2192

Open
simonswine opened this issue Aug 1, 2023 · 0 comments
Open

Align storage and deduplication order #2192

simonswine opened this issue Aug 1, 2023 · 0 comments
Assignees

Comments

@simonswine
Copy link
Contributor

Currently our query deduplication requires data to be ordered by timestamp and then by series_id, while we store the profiles in blocks ordered by series_id and then timestamp.

We should change the query deduplication to aling those two. It will allow us to keep a lot less allocation during object querying as we don't have open all the profiles rowGroups first before we are able to dedupliate.

@simonswine simonswine changed the title Aling storage and deduplication order Align storage and deduplication order Aug 1, 2023
@simonswine simonswine self-assigned this Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant