Skip to content

Commit ab637ac

Browse files
Hash join v2 supports spill in v8.5 (#19510)
1 parent eac11d6 commit ab637ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

system-variables.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,8 +3279,7 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified
32793279
32803280
> **Note:**
32813281
>
3282-
> - Currently, the optimized hash join only supports inner join and outer join, so for other joins, even if `tidb_hash_join_version` is set to `optimized`, TiDB still uses the legacy hash join.
3283-
> - Currently, the optimized hash join does not support spilling to disk when the memory is out of quota.
3282+
> Currently, the optimized hash join only supports inner join and outer join, so for other joins, even if `tidb_hash_join_version` is set to `optimized`, TiDB still uses the legacy hash join.
32843283
32853284
### tidb_hashagg_final_concurrency
32863285

0 commit comments

Comments
 (0)