mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-179. Skip lines for checking, and badge to README.
Patch By: Mikhail Samoylov
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||

|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user