#13 - Query Execution Part 1 (CMU Intro to Database Systems)
CMU Database Group · 80:18
This lecture walks through how a relational engine physically executes a query plan: how operators move tuples, how leaf access methods read tables, how inserts/updates/deletes reuse those scans without double-applyin...