October 2010
Intermediate to advanced
468 pages
11h 35m
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 in 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 enough right ...
Read now
Unlock full access