You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/tidb-specific.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,15 @@ If you need to set the global variable, run:
128
128
129
129
- Scope: SESSION | GLOBAL
130
130
- Default value: 0
131
-
- This variable is used to set whether to divide the inserted data automatically.
131
+
- This variable is used to set whether to divide the inserted data automatically. It is valid only when `autocommit` is enabled.
132
132
- When inserting a large amount of data, you can set the variable value to true. Then the inserted data is automatically divided into multiple batches and each batch is inserted by a single transaction.
133
133
134
134
### tidb_batch_delete
135
135
136
136
- Scope: SESSION | GLOBAL
137
137
- Default value: 0
138
-
- This variable is used to set whether to divide the data for deletion automatically.
139
-
- When deleting a large amount of data, you can set the variable value to true. Then the data for deletion is automatically divided into multiple batches and each batch is deleted by a single transaction.
138
+
- This variable is used to set whether to divide the data for deletion automatically. It is valid only when `autocommit` is enabled.
139
+
- When deleting a large amount of data, you can set the variable value to true. Then the data for deletion is automatically divided into multiple batches and each batch is deleted by a single transaction.
0 commit comments