Skip to content

Commit d25a5d4

Browse files
committed
u
Signed-off-by: gengliqi <[email protected]>
1 parent 21f67b4 commit d25a5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6358,7 +6358,7 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
63586358
> **Note:**
63596359
>
63606360
> - Currently, the optimized hash join only supports inner join, so for other joins, even if `tiflash_hash_join_version` is set to `optimized`, TiFlash still uses the legacy hash join.
6361-
> - Currently, the optimized hash join in TiFlash does not support spilling to disk when the memory is out of quota, which means TiFlash will use the legacy hash join if both [`tiflash_mem_quota_query_per_node`](/system-variables.md#tiflash_mem_quota_query_per_node-new-in-v740) and [`tiflash_query_spill_ratio`](/system-variables.md#tiflash_query_spill_ratio-new-in-v740) are greater than 0 or [tidb_max_bytes_before_tiflash_external_join](/system-variables.md#tidb_max_bytes_before_tiflash_external_join-new-in-v700) is greater than 0.
6361+
> - Currently, the optimized hash join in TiFlash does not support spilling data to disk when the memory usage exceeds its quota. As a result, if both [`tiflash_mem_quota_query_per_node`](/system-variables.md#tiflash_mem_quota_query_per_node-new-in-v740) and [`tiflash_query_spill_ratio`](/system-variables.md#tiflash_query_spill_ratio-new-in-v740) are set to values greater than 0, or if [tidb_max_bytes_before_tiflash_external_join](/system-variables.md#tidb_max_bytes_before_tiflash_external_join-new-in-v700) is greater than 0, TiFlash will fall back to using the legacy hash join.
63626362

63636363
### tikv_client_read_timeout <span class="version-mark">New in v7.4.0</span>
63646364

0 commit comments

Comments
 (0)