Skip to content

Commit

Permalink
sql: update tidb_batch_insert autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed May 9, 2018
1 parent 469800b commit a711916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/tidb-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ If you need to set the global variable, run:

- Scope: SESSION | GLOBAL
- Default value: 0
- This variable is used to set whether to divide the data for deletion automatically.
- 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.
- This variable is used to set whether to divide the data for deletion automatically. It is valid only when `autocommit` is enabled.
- 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.

### tidb_dml_batch_size

Expand Down

0 comments on commit a711916

Please sign in to comment.