PSQL Extensions
Overview Percona Distribution for PostgreSQL includes a set of extensions that have been tested to work together. These extensions enable you to efficiently solve essential practical tasks to operate and manage PostgreSQL. Reference The pg_stat_statements and pg_stat_monitor extensions are used to collect and monitor query statistics in PostgreSQL, but they have key differences in functionality, focus, and efficiency. pg_stat_statements: This is an official extension included with PostgreSQL. Its main purpose is to track the performance of queries executed in the database....