Tag: query execution models
All the articles with the tag "query execution models".
- 8 MIN READ•Apr 29, 2026
Volcano, Vectorized, Compiled: How Engines Execute Your Query
The Volcano model processes one row at a time. Vectorized execution processes batches with SIMD. Code generation fuses operators into compiled code. Here is how each works.
query execution modelsvectorized executionvolcano iterator model