priyen opened a new issue, #9694: URL: https://github.com/apache/pinot/issues/9694
I notice right now the Startree builder will not use any compression for metric columns. There is also no way to configure it, while in non-startree, you can do so via `noDictionaryConfig` field in the table config. I would like the ability to configure this for startree because when a `functionColumnPairs` has a output type of bytes, such as when you use `distinctcountrawhll`, the size is big. For example, my test segment goes from 77 mb -> 3.3 GB if I add a startree, and it's because the bytes field output of that functionColumnPair is not compressed. In this case, I want the compression but right now there is no way to configure it -- 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-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org