#04 - Memory Management & Buffer Pools (CMU Intro to Database Systems)
CMU Database Group · 80:10
This CMU database-systems lecture is a full walkthrough of buffer-pool management: how a DBMS copies fixed-size disk pages into in-process frames, pins them for the execution engine, and evicts them when memory is ful...