Extensions / Functions and aggregates
C extension providing Bloom filter, shifting Bloom filter, and count-min sketch PostgreSQL data types and functions.
pgext.cloud · Source code · Documentation · Control file
| Package | shifting_bloom_filter |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 6 |
| Latest commit | 2018-10-28 |
| Catalogue updated | 2026-08-30 |
| cms_topn | Count-min sketch data type and aggregates for approximate frequency and top-N queries |
| probabilistic_counter | A C data type and aggregates for approximate distinct counting using the Flajolet-Martin probabilistic counting algorithm. |
| alohadb_approx | Approximate query processing: HLL, Count-Min Sketch, Top-K |
| pbloompg | portable bloom filter, create, serialize, query across Go, Rust, Postgres |
| hll | type for storing hyperloglog data |
| pg_prob | Probabilistic data types for PostgreSQL - Monte Carlo simulation in SQL |
| pghll | Provides HyperLogLog decode, cardinality, merge, and aggregate functions compatible with Java stream-lib counters. |