From 269fc65ccf0a23e218052cc1f54d93ed6bf49d0a Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Mon, 2 Dec 2019 19:43:51 +0000 Subject: [PATCH] Issue - (#3): README file update. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index addaf86..d5ea3a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -pg_stat_monitor - Statistics collector for [PostgreSQL][1]. + +### pg_stat_monitor - Statistics collector for [PostgreSQL][1]. The pg_stat_monitor is statistics collector tool based on PostgreSQL's pg_stat_statement. PostgreSQL’s “pg_stat_statment” provides the basic statistics which is sometimes not enough. The major flaw in this that it accumulates all the queries and its statistics and does not provide aggregate statistics, in that case, the user needs to calculate the aggregate which is quite expensive.