10 - Sorting & Aggregation Algorithms (CMU Intro to Database Systems / Fall 2022)
CMU Database Group · 76:23
This CMU-style database lecture explains how a disk-oriented DBMS implements sorting and aggregation as physical operators: if data (or intermediates) fit in memory, use ordinary in-memory algorithms; if they spill, u...