You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
It is better to have FilterNullJoinKeys enabled by default, as pushing a filter down below a join is generally faster than the overhead saved by not having to execute the null filter.
Besides that, in many cases the filter can be pushed down further to the scan or might enable other optimizations (now or future ones).
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
It is better to have
FilterNullJoinKeys
enabled by default, as pushing a filter down below a join is generally faster than the overhead saved by not having to execute the null filter.Besides that, in many cases the filter can be pushed down further to the scan or might enable other optimizations (now or future ones).
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: