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/12/09 20:26:54 UTC

[GitHub] [pinot] mayankshriv opened a new issue #7887: DistinctCount with low selectivity

mayankshriv opened a new issue #7887:
URL: https://github.com/apache/pinot/issues/7887


   DistinctCount queries are expensive, especially as selectivity decreases. Currently, this can degrade the overall performance across the table. One idea preventing overall perf degradation and pileup effect would be to switch internally to DistinctCountHLL for distinct values larger than a certain threshold. This would be better than simply truncating the collection of distinct values.


-- 
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