hll_95 - PostgreSQL extension adding HyperLogLog data structures as a native data type
Website: | https://github.com/citusdata/postgresql-hll/ |
---|---|
License: | Apache |
- 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_95-2.14-1.rhel6.src [2.5 MiB] |
Changelog
by - Devrim Gündüz (2020-06-14):
- Update to 2.14 |
hll_95-2.13-1.rhel6.src [2.5 MiB] |
Changelog
by - Devrim Gündüz (2019-11-06):
- Update to 2.13 |
hll_95-2.12-1.rhel6.src [2.5 MiB] |
Changelog
by - Devrim Gündüz (2019-04-16):
- Update to 2.12 |
hll_95-2.10.2-1.rhel6.src [2.4 MiB] |
Changelog
by - Devrim Gündüz (2018-03-27):
- Initial RPM packaging for PostgreSQL RPM Repository. |