Skip to content

optimize hash joins#563

Merged
lihao712 merged 4 commits intomasterfrom
dev-optim-join
Sep 9, 2024
Merged

optimize hash joins#563
lihao712 merged 4 commits intomasterfrom
dev-optim-join

Conversation

@richox
Copy link
Contributor

@richox richox commented Sep 6, 2024

for aggregates:

  1. improve byte arena performance.
  2. use unchecked slices in accumulators.

for hash joins:

  1. supports SIMD in join hash map.
  2. supports bulk search and data prefetching in join hash map.
  3. supports more hash join metrics.

@richox richox force-pushed the dev-optim-join branch 3 times, most recently from 6c52d1b to e5a6346 Compare September 6, 2024 07:24
@richox richox force-pushed the dev-optim-join branch 3 times, most recently from 245e662 to e502334 Compare September 6, 2024 15:32
@lihao712 lihao712 merged commit 23d102b into master Sep 9, 2024
@cxzl25 cxzl25 deleted the dev-optim-join branch September 5, 2025 08:45
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 this pull request may close these issues.

2 participants