colexec: implement rehashing in the vectorized hash table #52257
Labels
A-sql-vec
SQL vectorized engine
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
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).
The text was updated successfully, but these errors were encountered: