Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <[email protected]>
  • Loading branch information
windtalker committed Sep 26, 2024
1 parent a69fb4b commit 62ba0ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,12 @@ v5.0 后,用户仍可以单独修改以上系统变量(会有废弃警告)
- 默认值:`legacy`
- 可选值:`legacy`, `optimized`
- 控制 TiDB 在执行 Hash Join 算子时是否使用优化后的实现方法。默认值为 `legacy`,代表不使用优化后的实现方法。若设置为 `optimized`,TiDB 在执行 Hash Join 算子时将使用优化后的实现方法,以提升 Hash Join 性能。
- 目前,仅 Inner Join 和 Outer Join 类型的连接操作支持 Hash Join 的优化实现方法。对于其他类型的连接操作,即使将该变量设成 `optimized`,TiDB 在执行 Hash Join 算子时也不会使用优化实现方法。

> **注意:**
>
> - 目前,仅 Inner Join 和 Outer Join 类型的连接操作支持 Hash Join 的优化实现方法。对于其他类型的连接操作,即使将该变量设成 `optimized`,TiDB 在执行 Hash Join 算子时也不会使用优化实现方法。
> - 目前,优化的 Hash Join 不支持在内存超限的时候将内存数据进行落盘。


### `tidb_hashagg_final_concurrency`

Expand Down

0 comments on commit 62ba0ba

Please sign in to comment.