Skip to content

Commit b1c2169

Browse files
authored
performance: remove tidb_enable_batch_dml (#19633) (#19642)
1 parent 9504112 commit b1c2169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tidb-performance-tuning-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ The following sections explain how to handle each of these cases. You need to ad
311311
If your workload involves frequent small transactions or queries that frequently request timestamps, TSO (Timestamp Oracle) can become a performance bottleneck. To check if TSO wait time is impacting your system, check the [**Performance Overview > SQL Execute Time Overview**](/grafana-performance-overview-dashboard.md#sql-execute-time-overview) panel. If TSO wait time constitutes a large portion of your SQL execution time, consider the following optimizations:
312312

313313
- Use low-precision TSO (enable [`tidb_low_resolution_tso`](/system-variables.md#tidb_low_resolution_tso)) for read operations that do not need strict consistency. For more information, see [Solution 1: use low-precision TSO](#solution-1-low-precision-tso).
314-
- Enable [`tidb_enable_batch_dml`](/system-variables.md#tidb_enable_batch_dml) to reduce TSO requests for batch operations
315314
- Combine small transactions into larger ones where possible. For more information, see [Solution 2: parallel mode for TSO requests](#solution-2-parallel-mode-for-tso-requests).
316315

317316
#### Solution 1: low-precision TSO

0 commit comments

Comments
 (0)