Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.
Efficient GPU Join OptimizationCovers efficient GPU-accelerated join optimization for complex queries, focusing on improving optimization times and heuristic plan quality.
Introduction to Database SystemsCovers the fundamentals of database systems, including data modeling, information processing, and the challenges of managing large volumes of data.
Cost-based Query OptimizationExplores cost-based query optimization in database systems, covering cost estimation, selectivity estimation, and join cardinality.
DDL, DML, ViewsCovers SQL data definition, manipulation, and views in databases.
Query OptimizationCovers query optimization, from logical to physical plans, including query transformation and cost estimation.