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.
Druid Default Distinct Approximation Algorithm
438 Views Asked by user2693313 At
1
There are 1 best solutions below
Related Questions in DRUID
- Druid runtime properties
- Data Ingestion from kafka is not happening as expected
- Failed to sample data: com.google.protobuf.Descriptors$DescriptorValidationException: ".google.protobuf.Timestamp" is not defined
- Druid appending "StructuredData{value=" with LATEST Aggregation on JSON type column object
- OOM error with data upload from MySQL table into Apache Druid using JSON task
- Steps to add indexer tiers in druid
- Question about Druid Error in Custom Order By Query
- errorClass'in superset when filtering a druid query from the dashboard
- markUsed is not marking segments as unUsed in druid
- Docker Kafka broker not starting no error logs
- Aggregate function for compressed big decimal in Druid
- Druid Datadog integration not displaying any metrics
- Unable to connect to kafka from druid
- How to add Javascript extraction function in Druid?
- How to load delimited file with apache druid
Related Questions in HYPERLOGLOG
- CouchDB _approx_count_distinct
- Hyperloglog result improvements
- How to make QuickSight visualize HyperLogLog (HLL) data?
- PostgreSQL - HyperLogLog extension not found for windows
- What is the error rate of DuckDB approx_count_distinct for small cardinalities?
- Implementing HLL in python to estimate the cardinality
- Get Aerospike hyperLogLog(HLL) intersection count of multiple HLL unions
- Has a single HyperLogLog the same accuracy than merging several ones?
- Writing HyperLogLog Sketches from Apache Spark To Trino
- If HyperLogLog in Redis does not store the actual members but only count, how does PFMERGE work?
- PostgreSQL - HyperLogLog extension not found
- Which hash function does HyperLogLog use?
- How to understand that the standard error of redis hyperloglog is 0.81%
- Error when trying to process HyperLogLog created on Snowflake, in Trino
- Redis - Count distinct problem (without hyper log log)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I believe you need to be explicit at query time, e.g. using
APPROX_COUNT_DISTINCT_DS_THETAversusAPPROX_COUNT_DISTINCT_DS_HLLhttps://druid.apache.org/docs/latest/querying/sql.html#aggregation-functions