select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Functions and aggregates

alohadb_approx

Approximate query processing: HLL, Count-Min Sketch, Top-K

pgext.cloud · Source code · Control file

Overview

Packagealohadb_approx
Version1.1
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2026-06-21
Latest release2026-06-21
Catalogue updated2026-08-30

Related extensions

See also

cms_topnCount-min sketch data type and aggregates for approximate frequency and top-N queries
shbfC extension providing Bloom filter, shifting Bloom filter, and count-min sketch PostgreSQL data types and functions.
pbloompgportable bloom filter, create, serialize, query across Go, Rust, Postgres
hlltype for storing hyperloglog data
pcsa_counterAggregation functions and data type for distinct estimation based on PCSA.
pg_probProbabilistic data types for PostgreSQL - Monte Carlo simulation in SQL
pghllProvides HyperLogLog decode, cardinality, merge, and aggregate functions compatible with Java stream-lib counters.