Is there a way to modify the default HLL approximation algorithm with ThetaSketch in Druid? So that while querying for count distinct, druid by default uses ThetaSketch instead of HLL.
Asked
Active
Viewed 339 times
1 Answers
0
I believe you need to be explicit at query time, e.g. using APPROX_COUNT_DISTINCT_DS_THETA
versus APPROX_COUNT_DISTINCT_DS_HLL
https://druid.apache.org/docs/latest/querying/sql.html#aggregation-functions

Peter Marshall
- 91
- 5