Skip to content

Commit

Permalink
Hash join v2 supports spill in v8.5 (pingcap#19165)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored Dec 2, 2024
1 parent aca5a41 commit a020237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2840,8 +2840,7 @@ v5.0 后,用户仍可以单独修改以上系统变量(会有废弃警告)

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

### `tidb_hashagg_final_concurrency`

Expand Down

0 comments on commit a020237

Please sign in to comment.