Jackie-Jiang commented on pull request #8189: URL: https://github.com/apache/pinot/pull/8189#issuecomment-1039660887
@richardstartin I'd go with the set based solution for now to have the same behavior with `distinct_count` for low cardinality case. We can revisit both functions after collecting more info in the future. In the meanwhile, if user knows bitmap based solution performs better, they can use `DistinctCountBitmap` instead. -- 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]
