Sign InTry Free

BATCH

The BATCH syntax splits a DML statement into multiple statements in TiDB for execution. This means that there are no guarantees of transactional atomicity and isolation. Therefore, it is a "non-transactional" statement.

Currently, only DELETE is supported in BATCH.

Based on a column, the BATCH syntax divides a DML statement into multiple ranges of scope for execution. In each range, a single SQL statement is executed.

For details about the usage and restrictions, see Non-transactional DML statements.

Synopsis

NonTransactionalDeleteStmt
BATCHONColumnNameLIMITNUMDryRunOptionsDeleteFromStmt
DryRunOptions
DRYRUNQUERY

MySQL compatibility

The BATCH syntax is TiDB-specific and not compatible with MySQL.

See also

Download PDFRequest docs changes
Was this page helpful?
Open Source Ecosystem
TiDB
TiKV
TiSpark
Chaos Mesh
© 2022 PingCAP. All Rights Reserved.