Arkadiusz Chmura
04/25/2022, 8:09 AMHere we assume that time columns will be included in most queries as the range filter column and/or the group by column, so for better performance, we always include them as the last elements in the dimensionsSplitOrderHow does putting time columns as the last elements improve performance? Is it related to the number of nodes that need to be processed to solve a given query?
Neha Pawar
Jackie
04/26/2022, 4:38 PMdimensionsSplitOrder
Arkadiusz Chmura
04/27/2022, 6:22 PM