Capacity Basics
PostgreSQL capacity is three resources: CPU for query execution and autovacuum, memory for shared_buffers and OS page cache, and disk I/O for WAL and heap/index reads. Right-size for workload shape (OLTP vs reporting), not generic "db.m5.large" habit.