select open change scope Open full search

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

Extensions / Functions and aggregates

superloglog_counter

C data type, functions, and aggregates for approximate distinct counting with the SuperLogLog algorithm.

pgext.cloud · Source code · Website · Documentation · License text · Control file · PGXN

Overview

Packagedistinct_estimators
Version1.2.3
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars18
Latest commit2019-11-03
Latest release2015-08-29
Catalogue updated2026-08-30

Related extensions

See also

argmargmax, argmin, and anyold aggregate functions
pg_etagFast ETag generation for rows and result sets using BLAKE2 hashes, with single-input functions and aggregates.
kissfftFast-Fourier transformer (fft)
binvecC helper for summing integer bit values into arrays
medianMedian aggregate function for input sets
htcHorvitz-Thompson continuous-population estimator functions for PostgreSQL.
graph_componentCompute graph components
frkn_avgC aggregate extension providing my_avg for bigint and floating-point inputs.

Same project

adaptive_counterAggregation functions and data type for distinct estimation based on adaptive sampling.
bitmap_counterAggregation functions and data type for distinct estimation based on s-bitmap.
hyperloglog_counterAggregation functions and data type for distinct estimation based on HyperLogLog.
loglog_counterAggregation functions and data type for distinct estimation based on LogLog.
pcsa_counterAggregation functions and data type for distinct estimation based on PCSA.
probabilistic_counterA C data type and aggregates for approximate distinct counting using the Flajolet-Martin probabilistic counting algorithm.