issues
search
kwai
/
blaze
Blazing-fast query execution engine speaks Apache Spark language and has Arrow-DataFusion at its core.
Apache License 2.0
1.3k
stars
121
forks
source link
optimize hash joins
#563
Closed
richox
closed
2 months ago
richox
commented
2 months ago
for aggregates:
improve byte arena performance.
use unchecked slices in accumulators.
for hash joins:
supports SIMD in join hash map.
supports bulk search and data prefetching in join hash map.
supports more hash join metrics.
for aggregates:
for hash joins: