hll
type for storing hyperloglog data
Module:
Categories:
Overview
PGDG 1st Party Extension: hll
: type for storing hyperloglog data
Information
- Extension ID: 2770
- Extension Name:
hll
- Package Name:
hll
- Category:
FEAT
- License: Apache-2.0
- Website: https://github.com/citusdata/postgresql-hll
- Language: C++
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.18
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
hll_$v*
- RPM Ver :
2.18
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-hll
- DEB Ver :
2.18
- DEB Deps: N/A
Packages
OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
---|---|---|---|---|---|---|
el8 |
x86_64 |
hll_17 PGDG 2.18 |
hll_16 PGDG 2.18 |
hll_15 PGDG 2.18 |
hll_14 PGDG 2.18 |
hll_13 PGDG 2.18 |
el8 |
aarch64 |
hll_17 PGDG 2.18 |
hll_16 PGDG 2.18 |
hll_15 PGDG 2.18 |
hll_14 PGDG 2.18 |
hll_13 PGDG 2.18 |
el9 |
x86_64 |
hll_17 PGDG 2.18 |
hll_16 PGDG 2.18 |
hll_15 PGDG 2.18 |
hll_14 PGDG 2.18 |
hll_13 PGDG 2.18 |
el9 |
aarch64 |
hll_17 PGDG 2.18 |
hll_16 PGDG 2.18 |
hll_15 PGDG 2.18 |
hll_14 PGDG 2.18 |
hll_13 PGDG 2.18 |
d12 |
x86_64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
d12 |
aarch64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
u22 |
x86_64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
u22 |
aarch64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
u24 |
x86_64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
u24 |
aarch64 |
postgresql-17-hll PGDG 2.18 |
postgresql-16-hll PGDG 2.18 |
postgresql-15-hll PGDG 2.18 |
postgresql-14-hll PGDG 2.18 |
postgresql-13-hll PGDG 2.18 |
Installation
Install hll
via the pig
CLI tool:
pig ext install hll
Install hll
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["hll"]}' # -l <cls>
Install hll
RPM from YUM repo directly:
dnf install hll_17*;
dnf install hll_16*;
dnf install hll_15*;
dnf install hll_14*;
dnf install hll_13*;
Install hll
DEB from APT repo directly:
apt install postgresql-17-hll;
apt install postgresql-16-hll;
apt install postgresql-15-hll;
apt install postgresql-14-hll;
apt install postgresql-13-hll;
Enable hll
extension on PostgreSQL cluster:
CREATE EXTENSION hll;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.