hll_14 - PostgreSQL extension adding HyperLogLog data structures as a native data type
Website: | https://github.com/citusdata/postgresql-hll/ |
---|---|
License: | Apache |
Vendor: | PostgreSQL Global Development Group |
- Description:
This Postgres 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.
Packages
hll_14-2.18-1PGDG.rhel7.x86_64 [37 KiB] |
Changelog
by - Devrim Gündüz (2023-09-16):
- Update to 2.18 - Add PGDG branding - Cleanup rpmlint warnings |
hll_14-2.16-1.rhel7.x86_64 [84 KiB] |
Changelog
by - Devrim Gündüz (2021-09-13):
- Update to 2.16 |