add the variables of batch-dml#10872
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Signed-off-by: ekexium <eke@fastmail.com>
36fb64f to
d6e9ac6
Compare
| - This variable is used to control whether to enable the batch insert feature, which is part of the deprecated batch-dml feature. When truned on, insert statements may be split into multiple transactions and be committed non-atomically. You must also turn on `tidb_enable_batch_dml` and set a positive `tidb_dml_batch_size` to make it work. | ||
|
|
||
| > **Warning:** | ||
| > batch-dml is deprecated because it's easy to misuse it and cause data corruption. Consider using [non-transactional DML](/non-transactional-dml.md) instead. |
There was a problem hiding this comment.
batch-insert cannot be replaced by non-transactional dml for now, but will be.
Signed-off-by: ekexium <eke@fastmail.com>
29e8114 to
f548f3a
Compare
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Signed-off-by: ekexium <eke@fastmail.com>
|
/remove-status LGT1 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 0d0475d |
|
In response to a cherrypick label: new pull request created: #10885. |
|
In response to a cherrypick label: new pull request created: #10886. |
|
In response to a cherrypick label: new pull request created: #10887. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
Signed-off-by: ekexium eke@fastmail.com
First-time contributors' checklist
What is changed, added or deleted? (Required)
close #3155
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?