You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
simonswine
changed the title
Aling storage and deduplication order
Align storage and deduplication order
Aug 1, 2023
Currently our query deduplication requires data to be ordered by
timestamp
and then byseries_id
, while we store the profiles in blocks ordered byseries_id
and thentimestamp
.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.
The text was updated successfully, but these errors were encountered: