Open kevinzwang opened 12 hours ago
Comparing kevin/simplify-plan-query
(369eab0) with main
(ec39dc0)
❌ 1
regressions
✅ 16
untouched benchmarks
:warning: Please fix the performance issues or acknowledge them on CodSpeed.
Benchmark | main |
kevin/simplify-plan-query |
Change | |
---|---|---|---|---|
❌ | test_show[100 Small Files] |
24.9 ms | 33.1 ms | -24.83% |
With the
alias_map
in SQLPlanner I think we can simplify a lot of the query planning logic to rely on that, particularly becauseSQLPlanner.plan_expr
should always return expressions that have columns in the current schema after the changes made in https://github.com/Eventual-Inc/Daft/pull/3304 for correlated subqueries