Skip to content
Home » iterator vs vectorized execution

iterator vs vectorized execution

Designing a Vectorized Query Execution Engine: Modern Tradeoffs and Patterns

Introduction: Why Vectorized Query Execution Engines Are Dominating Modern Databases When I started working with analytical databases, most engines I touched were still built around classic iterator-based execution: the familiar Volcano-style model that pulls one tuple at a time through… Read More »Designing a Vectorized Query Execution Engine: Modern Tradeoffs and Patterns