Support tidb_batch_update function
- 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
Assessment
This issue has not been assessed yet.