#12 - Hash Joins, Sort-Merge Joins, Nested Loop Join Algorithms (CMU Intro to Database Systems)
CMU Database Group · 79:13
This CMU database-systems lecture explains why joins dominate single-node query time and how to implement them: nested-loop (naive, block, and index), sort-merge, and hash joins (in-memory, Grace/partitioned, hybrid)....