Skip to content

Commit 4eba281

Browse files
authored
cloud: update tidb_dml_type limitation (#22415) (#22418)
1 parent bf6b8f2 commit 4eba281

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

system-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,10 @@ Assume that you have a cluster with 4 TiDB nodes and multiple TiKV nodes. In thi
19541954
>
19551955
> The bulk DML execution mode (`tidb_dml_type = "bulk"`) is an experimental feature. It is not recommended that you use it in the production environment. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues). In the current version, when TiDB performs large transactions using the bulk DML mode, it might affect the memory usage and execution efficiency of TiCDC, TiFlash, and the resolved-ts module of TiKV, and might cause OOM issues. Additionally, BR might be blocked and fail to process when encountering locks. Therefore, it is not recommended to use this mode when these components or features are enabled.
19561956
1957+
> **Note:**
1958+
>
1959+
> This variable is read-only for [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential).
1960+
19571961
- Scope: SESSION
19581962
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
19591963
- Type: String

0 commit comments

Comments
 (0)