This message was deleted.
# general
s
This message was deleted.
k
Hi Amos - yes data is definitely sorted, and this can play a big role at query time as you can imagine. Have a look at https://druid.apache.org/docs/latest/ingestion/partitioning.html#partitioning-and-sorting As for compaction - yes, this is a merge/sort and can be a re-partitioning based on dimensions etc. See https://druid.apache.org/docs/latest/data-management/compaction.html
a
Awesome. Thank you!