yupeng9 opened a new pull request #7630: URL: https://github.com/apache/pinot/pull/7630
## Description Apply the same optimization on dictIds within the segment as this [one](https://github.com/apache/pinot/pull/5765) for DistinctCount function. For an example segment with `61885346` docs and the column with a cardinality of `2058780 `, this optimization improved the query time from 13.3s to 1.6s (~8X speedup). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
