pg_qualstats94 - A PostgreSQL extension collecting statistics about predicates
Website: | https://github.com/powa-team/pg_qualstats |
---|---|
License: | PostgreSQL |
Vendor: | PostgreSQL Global Development Group |
- Description:
pg_qualstats is a PostgreSQL extension keeping statistics on predicates found in WHERE statements and JOIN clauses. This is useful if you want to be able to analyze what are the most-often executed quals (predicates) on your database. The powa project makes use of this to provide index suggestions. It also allows you to identify correlated columns, by identifying which columns are most frequently queried together.
Packages
pg_qualstats94-1.0.9-1.rhel6.1.src [31 KiB] |
Changelog
by Devrim Gündüz (2019-09-26):
- Rebuild for PostgreSQL 12 |
pg_qualstats94-1.0.9-1.rhel6.src [31 KiB] |
Changelog
by - Devrim Gündüz (2019-09-06):
- Update to 1.0.9 |
pg_qualstats94-1.0.7-1.rhel6.src [31 KiB] |
Changelog
by - Devrim Gündüz (2018-11-21):
- Update to 1.0.7 |
pg_qualstats94-1.0.6-1.rhel6.src [30 KiB] |
Changelog
by - Devrim Gündüz (2018-11-09):
- Update to 1.0.6 |