Hi, I have a question about StarTree indices: are ...
# general
i
Hi, I have a question about StarTree indices: are there any recommendations about ordering in
Copy code
tableIndexConfig.starTreeIndexConfigs.dimensionsSplitOrder
Thanks in advance :)
n
Typically you go from highest cardinality dimension to lowest, followed by time columns
You could also just enable default star tree
i
Thank you, @User