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 Nested Loop JOIN for small datasets #2357

Closed
joocer opened this issue Feb 5, 2025 · 0 comments · Fixed by #2358
Closed

✨ Use Nested Loop JOIN for small datasets #2357

joocer opened this issue Feb 5, 2025 · 0 comments · Fixed by #2358

Comments

@joocer
Copy link
Contributor

joocer commented Feb 5, 2025

We can avoid the overhead of building a hash table for small datasets (appears the breakeven point is about 5000 rows for the build side) - we're initially going to set the threshold to swap between join algos as 1000 rows.

joocer added a commit that referenced this issue Feb 6, 2025
@joocer joocer mentioned this issue Feb 6, 2025
4 tasks
joocer added a commit that referenced this issue Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant