April 2018
Intermediate to advanced
508 pages
15h 22m
English
Monitoring gross activity in the database buffer cache was very difficult until PostgreSQL 8.3, where the pg_stat_bgwriter view was introduced. This allows tracking the general flow of every data page buffer that goes into or out of the cache, along with statistics about the related checkpoint process responsible for much of that. Some questions you can answer with this data include the following:
It's possible to compute these numbers easily ...
Read now
Unlock full access