Runbook category

Observability

You cannot tune what you cannot see. These runbooks are the instrumentation layer: pg_stat_statements to rank real cost, BUFFERS to separate disk from CPU, wait events to explain a stalled session, and the pg_stat_progress_* views that turn "is this VACUUM stuck or just slow?" into a block counter you can quote to someone.