datasketches
datasketches copied to clipboard
Integrates DuckDB with the high-performance Apache DataSketches library. This extension enables users to perform approximate analytics on large-scale datasets using state-of-the-art streaming algorith...
Results
1
datasketches issues
Sort by
recently updated
recently updated
newest added
Feature Request: Add Approximate Mode/Frequent Items Support Using DataSketches’ FrequentItemsSketch
1
Hi team I’m using the excellent DuckDB datasketches extension for large-scale analytics use cases. One common requirement in our datasets is to compute the mode() (most frequent item) per group,...