mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Issue - (#3): README file update.
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user