The post explores the anatomy of a SQL engine, detailing the journey of a query from parsing to result spooling. It outlines key stages such as parsing, binding, plan simplification, join exploration, and plan costing. It highlights DoltHub's approach to SQL engines using row-based execution and explores aspects of parsing,
Table of contents
ParsingBindingPlan SimplificationsType CoercionPlan ExplorationExecutionIO/SpoolingFuture1 Comment
Sort: