J
jeremy
Video
How the PostgreSQL Buffer Cache Pins Pages and Tracks the Dirty Bit
PostgreSQL's buffer cache (shared buffers) is a fixed-size array of 8 KB page frames in primary memory through which *all* secondary-storage blocks must pass; no query or update operation can touch a…