Pg_buffercache
Summarize the Buffer Cache with pg_buffercache_summary
Sep 8, 2026 / · 10 min read · postgresql database administration sql queries buffer cache pg_buffercache shared_buffers performance monitoring catalogs postgres dba ·Summarize the Buffer Cache with pg_buffercache_summary PostgreSQL 16 added a shortcut to a question DBAs have always had to answer the expensive way. Before that release, checking how full the shared buffer cache was — how many buffers were dirty, how many pinned, how hot the clock-sweep usage counts were running — …
Read More