If I set `enableDefaultStarTree=True`, is it possi...
# getting-started
t
If I set
enableDefaultStarTree=True
, is it possible to also specify extra aggregations in functionColumnPairs or change the maxLeafRecords (or any other config)? I think having it automatically generate and sort the dimensionSplitOrder list is very helpful but I also want to add more aggregations on top of the default.
k
Yes.. you can generate any number of views
n
you won’t be able to make changes to the default tree’s config. you can specify another tree on your own
👍 1
t
@User would that end up generating two star trees for the table?
n
yes..
j
@User It would be good to add a config to automatically generate the
dimensionsSplitOrder
and keep other specs configurable. Can you please add an issue for this? Contributions are also super welcome
👍 1
t
Will do!