jon-wei commented on issue #7337: DataSketches HLL is not a replacement for 
Cardinality aggregator
URL: 
https://github.com/apache/incubator-druid/issues/7337#issuecomment-478153854
 
 
   For multidimension cardinality `byValue`, you could use a union of Theta 
sketches
   
   For multidimension cardinality `byRow`, you could construct a virtual column 
(http://druid.io/docs/latest/querying/virtual-columns.html) from the target 
input columns and feed that into the HLLSketch

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to