Skip to content

Implement a new hash join to speed up join operator #9060

@gengliqi

Description

@gengliqi

Enhancement

We should implement a new hash join to speed up join operator.
The key part of new hash join is

  1. row layout of build table
  2. chain hash table(semi-join reducer based on tagged pointers)
  3. using prefetch technology to hide cache miss latency
  4. join-level late materialization for other condition

Metadata

Metadata

Assignees

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions