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 2020/08/17 23:34:29 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on pull request #5872: Support for exact distinct count for non int data types

Jackie-Jiang commented on pull request #5872:
URL: https://github.com/apache/incubator-pinot/pull/5872#issuecomment-675166648


   @mayankshriv Can you please check the existing use cases on `distinctCount`? If the column is not STRING type, then the overhead should be minimal.
   For the existing behavior, you may use `distinctCountBitmap` which is the enhanced version of the current `distinctCount` using the `RoaringBitmap`


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

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