clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

SQL: Logical to physical plan lowering #1903

Closed joshua-spacetime closed 2 weeks ago

joshua-spacetime commented 4 weeks ago

Note, this step does not involve any plan optimization. The main differences between the logical and the physical plan is that joins are n-ary in the logical plan but binary in the physical.