16 - Query Optimizer Implementations - Part 1 (CMU Advanced Databases / Spring 2023)
CMU Database Group · 79:35
Query optimization is the hardest part of a database system: given a declarative SQL query, the optimizer must emit a *correct* physical plan whose estimated cost is lowest, using heuristics and estimates rather than...