tdigest_12 - t-digest implementation for PostgreSQL
Website: | https://github.com/tvondra/tdigest |
---|---|
License: | BSD |
Vendor: | PostgreSQL Global Development Group |
- Description:
This PostgreSQL extension implements t-digest, a data structure for on-line accumulation of rank-based statistics such as quantiles and trimmed means. The algorithm is also very friendly to parallel programs. The accuracy of estimates produced by t-digests can be orders of magnitude more accurate than those produced by previous digest algorithms in spite of the fact that t-digests are much more compact when stored on disk.
Packages
tdigest_12-1.4.1-1PGDG.rhel7.src [50 KiB] |
Changelog
by Devrim Gündüz (2023-09-25):
- Update to 1.4.1 - Add PGDG branding |
tdigest_12-1.4.0-1.rhel7.src [49 KiB] |
Changelog
by Devrim Gündüz (2022-04-17):
- Update to 1.4.0 |
tdigest_12-1.2.0-2.rhel7.src [33 KiB] |
Changelog
by Devrim Gündüz (2021-09-22):
- Update to 1.2.0 |
tdigest_12-1.0.1-1.rhel7.src [24 KiB] |
Changelog
by Devrim Gündüz (2020-11-12):
- Update to 1.0.1 |