Extensions / Functions and aggregates
data structure for on-line agg of data into approximate sketch
pgext.cloud · Source code · License text · Control file · PGXN
| Package | omnisketch |
|---|---|
| Version | 1.0.2 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2025-08-03 |
| Latest release | 2024-12-24 |
| Catalogue updated | 2026-08-30 |
| ddsketch | Provides ddsketch aggregate function |
| count_distinct | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
| tdigest | Provides tdigest aggregate function. |
| topn | type for top-n JSONB |
| datasketches | Approximate analytics sketches and aggregates for PostgreSQL |
| hll | type for storing hyperloglog data |