mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
This change connects virtual tables with the query optimizer. The optimizer now considers virtual tables during join order search and invokes their best_index callbacks to determine feasible access paths. Currently, this is not a visible change, since none of the existing extensions return information indicating that a plan is invalid. |
||
|---|---|---|
| .. | ||
| cli_test_cases.py | ||
| collate.py | ||
| console.py | ||
| constraint.py | ||
| extensions.py | ||
| memory.py | ||
| mvcc.py | ||
| test_turso_cli.py | ||
| update.py | ||
| vfs_bench.py | ||
| write.py | ||