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

optimize hash joins #563

Merged
merged 4 commits into from
Sep 9, 2024
Merged

optimize hash joins #563

merged 4 commits into from
Sep 9, 2024

Conversation

richox
Copy link
Collaborator

@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
1560 checks passed
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