-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Push Down Filter Subexpressions in Nested Loop Joins as Projections #17906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Push Down Filter Subexpressions in Nested Loop Joins as Projections #17906
Conversation
🤖 |
🤖: Benchmark completed Details
|
🤖 |
🤖: Benchmark completed Details
|
@alamb Do you think the |
effc881
to
61999f3
Compare
Which issue does this PR close?
Related to #17904
If the outcome of the discussion is that this optimization makes sense, we can improve the code.
Rationale for this change
Should provide more context to the discussion in the ticket.
What changes are included in this PR?
The optimization pass in the ticket.
Are these changes tested?
Yes there are unit tests. It is also covered by the regular test suite where changes are correctly (not) introduced.
Are there any user-facing changes?
Their execution plans could change.