Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Dec 11, 2024
2 parents e7a0a97 + 3912e15 commit e78d6bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ approvers:
- overvenus
- qiancai
- tangenta
emeritus_approvers:
- CaitinChen
- CharLotteiu
- cofyc
- DanielZhangQD
- dcalvin
- dragonly
- en-jin19
- lichunzhu
- Liuxiaozhen12
- morgo
- queenypingcap
- ran-huang
- shichun-0415
- SunRunAway
- TomShawn
- toutdesuite
- WangXiangUSTC
- yikeke
- YiniXu9506
reviewers:
- 3pointer
- amyangfei
Expand Down
1 change: 0 additions & 1 deletion tidb-performance-tuning-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ The following sections explain how to handle each of these cases. You need to ad
If your workload involves frequent small transactions or queries that frequently request timestamps, [TSO (Timestamp Oracle)](/glossary.md#timestamp-oracle-tso) 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:

- 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).
- Enable [`tidb_enable_batch_dml`](/system-variables.md#tidb_enable_batch_dml) to reduce TSO requests for batch operations
- 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).

#### Solution 1: low-precision TSO
Expand Down

0 comments on commit e78d6bf

Please sign in to comment.