Issue - (#3): README file update.

pull/9/head
Ibrar Ahmed 2019-12-02 19:43:51 +00:00
parent 7e08887f6d
commit 269fc65ccf
1 changed files with 2 additions and 1 deletions

View File

@ -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. PostgreSQLs “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.