pingcap / pingcap/tidb

Support tidb_batch_update function

Open
#33,798 0 comments 0 reactions 0 assignees View on GitHub
type/feature-request
Dominant language
Go
Stars
40.5k
Forks
6.2k
PR merge metrics
PR metrics pending

Description

## Feature Request

**Is your feature request related to a problem? Please describe:**

like tidb_batch_delete, It can bypass the transaction limit of tidb, which makes tidb have great advantages in data cleaning scenarios, because users always use a sql to update most of the data in this table, and the execution speed of this sql is relatively slow. This is always more convenient than developing a batch script

It is acceptable to block other X-type operations when the update statement is executed using the tidb_batch_update method

**Describe the feature you'd like:**

like tidb_batch_delete

**Describe alternatives you've considered:**

none

**Teachability, Documentation, Adoption, Migration Strategy:**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.