Hash Table Module Introduction¶
Module descritption¶
Hash table performance is critical to a SQL engine. Operators like hash join, hash aggregation count on an efficient hash table implementation.
Hash table module will provide a bunch of hash table implementations, which are easy to use, leverage state of art hardware technology like AVX-512, will be optimized for query-specific scenarios.
SDK API¶
To be added.