Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.
Architecture of CockroachDBExplores the architecture of CockroachDB, focusing on transaction management, concurrency control, and scalability.
Relational Query OptimizationCovers relational query optimization, including logical and physical query plans, cost estimation, equivalences, and the System R strategy.