Skip to content
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

Enable datafusion.optimizer.filter_null_join_keys by default #12375

Open
Dandandan opened this issue Sep 7, 2024 · 0 comments · May be fixed by #12369
Open

Enable datafusion.optimizer.filter_null_join_keys by default #12375

Dandandan opened this issue Sep 7, 2024 · 0 comments · May be fixed by #12369
Labels
enhancement New feature or request performance Make DataFusion faster

Comments

@Dandandan
Copy link
Contributor

Dandandan commented Sep 7, 2024

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

@Dandandan Dandandan added enhancement New feature or request performance Make DataFusion faster labels Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Make DataFusion faster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant