#10 - Latching in Data Structures (CMU Intro to Database Systems)
CMU Database Group · 82:18
This CMU database lecture explains how to keep shared hash tables and B+ trees physically correct when multiple workers access them at once: use short-lived, decentralized latches (not transaction locks) plus protocol...