Skip to content

Add hash join v2 to make hash join more efficient #53127

Open
2 of 3 issues completed
Open
2 of 3 issues completed
@windtalker

Description

Enhancement

Our current hash join's implementation is relatively slow, this issue aims at adding a new hash join implementation. The new hash join implementation will at least

  • support concurrent build
  • simplify probe code, and make join probe more efficient
  • support use left side to build for semi join

Sub-issues

Metadata

Assignees

No one assigned

    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