penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
993 stars 60 forks source link

Process where clause and joins before opening loops #245

Closed jussisaurio closed 3 months ago

jussisaurio commented 3 months ago

This is background restructuring work to enable us to change the loop order (or change the way a given loop is handled) based on what the WHERE and JOIN clauses contain.

Changes: