4eb50a146e
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and later, allowing to collect, aggregate and purge statistics on a PostgreSQL instance from various sources. It is implemented as a background worker. pg_qualstats, providing data about predicates, i.e. where clauses
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
pg_qualstats is a PostgreSQL extension keeping statistics on predicates found
|
|
in WHERE statements and JOIN clauses.
|
|
|
|
WWW: https://github.com/dalibo/pg_qualstats
|