F2023 #06 - Database Memory & Disk I/O Management (CMU Intro to Database Systems)
CMU Database Group · 82:44
This CMU database-systems lecture (BusTub / 15-445 style) explains why a DBMS must own its own buffer pool: the database is larger than RAM, so the system must fetch disk pages on demand, pin them while workers use th...