pg_stat_monitor: A cool extension for better monitoring using PMM - Percona Live Online 2020

preview_player
Показать описание
#pg_stat_monitor is a statistics collection tool authored by Percona and contributed to the community. It is based on pg_stat_statements, an existing #PostgreSQL contrib module. The major shortcoming in pg_stat_statements is that it accumulates all the queries and their statistics but does not provide aggregated statistics nor histogram information. In this case, a user needs to calculate the aggregate, which is quite expensive. pg_stat_monitor provides the pre-calculated aggregates.

Comment 💬, Share 🔗, Like 👍, and Subscribe ✅ to our channel + Turn on the 🔔
📺 Subscribe To Our Channel + Turn on the 🔔 and Get More videos about #OpenSource #Databases, and many other things.

pg_stat_monitor collects and aggregates data on a bucket basis. The size and number of buckets is configured using #GUC (Grand Unified Configuration). The buckets are used to collect the statistics and aggregate them into a bucket. This talk covers the usage of pg_stat_monitor and how it is an improvement on pg_stat_statements.
pg_stat_monitor is added to Percona Monitoring and Management to collect query metrics. This provides users the ability to see examples instead of fingerprints. pg_stat_monitor provides more accurate data because of bucket based logic. Also, collecting data from pg_stat_monitor provides better performance than pg_stat_statements.

You can find more information about #PostgreSQL #Databases and Percona Database Events in these links 👇👇👇

Connect With us on our Social Networks 👇👇👇
Рекомендации по теме
Комментарии
Автор

Can we install pg_stat_monitor extension on edb PostgreSQL?

atharfahad