freebsd-ports/databases/pg_qualstats/pkg-message
Palle Girgensohn 4eb50a146e Add a suite of real time metrics tools for PostgreSQL
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
2016-09-29 22:42:19 +00:00

7 lines
302 B
Text

To activate pg_qualstats on your PostgreSQL server, add 'pg_qualstats' to
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS pg_qualstats.
Using databases/powa-web and databases/powa-archivist together with
pg_qualstats is warmly recommended.