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

Implement min-max predicate pushdown optimisation through joins (from DuckDB) #18848

Open
henryharbeck opened this issue Sep 22, 2024 · 0 comments
Labels
enhancement New feature or an improvement of an existing feature

Comments

@henryharbeck
Copy link
Contributor

Description

Was taking a look at the recent DuckDB 1.1.0 release blog post and noticed this min-max predicate pushdown through joins optimisation that was implemented. It sounds good so I thought I'd suggest it here.

The example in the blog post explains it well, and the DuckDB pull request is linked in the blog post too.

If this doesn't work for whatever reason, please feel free to close.

@henryharbeck henryharbeck added the enhancement New feature or an improvement of an existing feature label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant