From 88948d6a0a8cd543107416b4bb1bf2c12c71cedc Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Tue, 27 Jul 2021 13:41:31 +0000 Subject: [PATCH] README file updated. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2792818..679da4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![pg11-test](https://github.com/percona/pg_stat_monitor/workflows/pg11-test/badge.svg) ![pg12-test](https://github.com/percona/pg_stat_monitor/workflows/pg12-test/badge.svg) ![pg13-test](https://github.com/percona/pg_stat_monitor/workflows/pg13-test/badge.svg) +![pg14-test](https://github.com/percona/pg_stat_monitor/workflows/pg14-test/badge.svg) ## What is pg_stat_monitor? The **pg_stat_monitor** is a **PostgreSQL Query Performance Monitoring** tool, based on PostgreSQL's contrib module ``pg_stat_statements``. PostgreSQL’s pg_stat_statements provides the basic statistics, which is sometimes not enough. The major shortcoming in pg_stat_statements is that it accumulates all the queries and their statistics and does not provide aggregated statistics nor histogram information. In this case, a user needs to calculate the aggregate which is quite expensive.