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

colexec: implement rehashing in the vectorized hash table #52257

Closed
yuzefovich opened this issue Aug 3, 2020 · 0 comments · Fixed by #52799
Closed

colexec: implement rehashing in the vectorized hash table #52257

yuzefovich opened this issue Aug 3, 2020 · 0 comments · Fixed by #52799
Assignees
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@yuzefovich
Copy link
Member

Currently, the vectorized hash table only supports fixed number of buckets which is set in the constructor (and has different values based on different use cases for the hash table). However, we should support rehashing behavior. This will likely provide noticeable performance improvements in many operators (hash joiner, unordered distinct, hash aggregator).

@yuzefovich yuzefovich added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-vec SQL vectorized engine labels Aug 3, 2020
@craig craig bot closed this as completed in 8bc4417 Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant