LatticeFlow icon indicating copy to clipboard operation
LatticeFlow copied to clipboard

Query Execution TODO

Open mwhittaker opened this issue 9 years ago • 1 comments

Here are some design decisions to mull over and some links that might be useful.

  • [ ] How are we going to parallelize our query executor?

mwhittaker avatar Sep 30 '16 01:09 mwhittaker

See Apache Arrow. Maybe plan to use it.

Sent from a telephone.

On Sep 29, 2016, at 6:19 PM, Michael Whittaker [email protected] wrote:

Here are some design decisions to mull over and some links that might be useful.

How are we going to represent relations in C++? Spark SQL Impala Variadic templates How are we going to manage memory? Impala, again How are we going to parallelize our query executor? Volcano — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jhellerstein avatar Sep 30 '16 02:09 jhellerstein