09 - Query Compilation & JIT Code Generation (CMU Advanced Databases / Spring 2023)
CMU Database Group · 80:52
Query compilation specializes a SQL plan into query-specific machine code (or bytecode) so the engine no longer interprets generic operator trees and type-switch predicates; that cuts instruction count and indirection...