You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/09 17:57:03 UTC

[GitHub] [pinot] TT1103 opened a new issue #7417: Add config to automatically generate only the dimensionsSplitOrder in star tree

TT1103 opened a new issue #7417:
URL: https://github.com/apache/pinot/issues/7417


   Currently, we can specify enableDefaultStarTree=True, which will create a default star tree. It will automatically generate the dimensionsSplitOrder by taking the dimension columns and sorting them by cardinality in descending order. It also contains some default pre-aggregations and a maxLeafRecords. 
   
   But we can't add more pre-aggregations to the default config. 
   It would be useful if we can add a config to only generate the dimensionsSplitOrder in descending order, and be able to manually specify the other parts. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org