06 - Memory Management + Buffer Cache (CMU Intro to Database Systems / Fall 2022)
CMU Database Group · 80:41
The lecture explains how a database buffer pool manager copies pages from disk into a fixed-size in-memory frame array so the system can run queries on databases larger than RAM, why the DBMS—not the OS—must control t...