You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/12/06 13:15:20 UTC

[GitHub] pzhdfy opened a new issue #6716: [Proposal] exactly count distinct support in Druid

pzhdfy opened a new issue #6716: [Proposal] exactly count distinct support in Druid
URL: https://github.com/apache/incubator-druid/issues/6716
 
 
   **Motivation**
   In many case, we need exactly count distinct, like charging.
   But now, druid can not do well.
   
   **Design**
   Because exactly count distinct is not very needed in realtime  ,We first will design to implement in offline Ingestion.
   The design is divided into two parts. One is the how to convert dim value to a global uniq ID, so roll up can be done by different segments.We need a global dict to do this
    and the other is how to store uniq ids in druid with least storage, so we need bitmap.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org