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

✨ use bloom filters on joins when there is more than one join column #2277

Open
joocer opened this issue Jan 20, 2025 · 0 comments
Open

✨ use bloom filters on joins when there is more than one join column #2277

joocer opened this issue Jan 20, 2025 · 0 comments
Labels
⚙️ Query Optimizer Component Label - Optimizer

Comments

@joocer
Copy link
Contributor

joocer commented Jan 20, 2025

The initial implementation only triggers if there's one VARCHAR/BLOB join condition.

We should execute for any number of conditions with one or more of them VARCHAR/BLOB

@joocer joocer added the ⚙️ Query Optimizer Component Label - Optimizer label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Query Optimizer Component Label - Optimizer
Projects
None yet
Development

No branches or pull requests

1 participant