The idea of this work is to move vortex towards a deferred-iterative execution model.
Deferred
We build arrays as physical query plans with late buffer binding and then execute these towards a decompressed form.
Iterative
Go from a recursive execute using the call stack to a explicit cps-like execution model.
Goals
- Efficient deferred execution
- A simple model for deferred execution
- Efficient iterative execution
- A simple model for iterative execute
Details
TODO
Progress
Deferred
Iterative
Optimize
The idea of this work is to move vortex towards a deferred-iterative execution model.
Deferred
We build arrays as physical query plans with late buffer binding and then execute these towards a decompressed form.
Iterative
Go from a recursive execute using the call stack to a explicit cps-like execution model.
Goals
Details
TODO
Progress
Deferred
Iterative
Optimize