pingcap / tidb

TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://www.pingcap.com/tidb-serverless/

Home Page:https://pingcap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add hash join v2 to make hash join more efficient

windtalker opened this issue · comments

commented

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