Raw Package Information
Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.17-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libc6 (>= 2.14), postgresql-10
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.17-1.pgdg22.04+1_amd64.deb
Size: 35876
SHA256: 09ef07a4f39e86a98a1fcffd19bdbea68ebc660b0f517d3d677dd273b04f5ef6
SHA1: a124d0b75b7e9699d863cceaba98efaec9f3bf8c
MD5sum: 61edd0e58ea63f0487463e0e44848944
Description: HyperLogLog extension for PostgreSQL
This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a fixed-size, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes
`hll` can estimate the count of tens of billions of distinct values with only
a few percent error.