Hi team, I’ve a question about startree index size...
# troubleshooting
a
Hi team, I’ve a question about startree index size. Does the order of columns listed in dimensionsSplitOrder make a large difference in startree index size?
k
Yes.. general rule of thumb is go from highest cardinality to lowest and put time column in the end
a
Thanks.