Bug Report
1. Minimal reproduce step (Required)
- Deploy a cluster with 3 TiDB and 3 Tikv.
- Run benchmark sysbench (oltp_write_only).
2. What did you expect to see? (Required)
No performance regression.
3. What did you see instead (Required)
QPS regression in benchmark sysbench (oltp_write_only) compared to baseline 59670.41 after #69452.
4. What is your TiDB version? (Required)
e3dc39f
5. Root Cause Analysis
TiDB commit e3dc39f (integrate analyze resource control) introduces ALTER RESOURCE GROUP default BACKGROUND=(TASK_TYPES='stats') during bootstrap and refactors internal request source types
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
No performance regression.
3. What did you see instead (Required)
QPS regression in benchmark sysbench (oltp_write_only) compared to baseline 59670.41 after #69452.
4. What is your TiDB version? (Required)
e3dc39f
5. Root Cause Analysis
TiDB commit e3dc39f (integrate analyze resource control) introduces ALTER RESOURCE GROUP default BACKGROUND=(TASK_TYPES='stats') during bootstrap and refactors internal request source types