Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to calculate the unique metrics with HLLSketchMerge #88

Open
utk14 opened this issue Apr 21, 2020 · 2 comments
Open

How to calculate the unique metrics with HLLSketchMerge #88

utk14 opened this issue Apr 21, 2020 · 2 comments

Comments

@utk14
Copy link

utk14 commented Apr 21, 2020

Hi
I was working on the generation of count distinct number for a particular metrics using DQL Aggregators but unable to implement HLLSketchMerge functionality of the druid (https://druid.apache.org/docs/latest/development/extensions-core/datasketches-hll.html) into the scruid. Can someone please help me if there is a way to compute this?

@anskarl
Copy link
Contributor

anskarl commented May 2, 2020

Hi @utk14, the current version of Scruid does not support datasketches.

I think that it would be a nice addition to have datasketches in Scruid.

@anskarl
Copy link
Contributor

anskarl commented May 17, 2020

Until having datasketches support in DQL, you may give a try the SQL API of Scruid v2.4.0 and use for example the APPROX_COUNT_DISTINCT_DS_HLL function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants