count_distinct_14 - A hash-table based alternative to COUNT(DISTINCT ...) aggregate in PostgreSQL.
| Website: | https://github.com/tvondra/count_distinct |
|---|---|
| License: | BSD |
| Vendor: | PostgreSQL Global Development Group |
- Description:
This extension provides an alternative to COUNT(DISTINCT ...) which for large amounts of data often ends in sorting and poor performance.
Packages
| count_distinct_14-3.0.1-3.rhel7.x86_64 [26 KiB] |
Changelog
by Devrim Gündüz (2021-05-21):
- Remove pgxs patches, and export PATH instead. |