Sign InTry Free

TiDB Sysbench Performance Test Report -- v5.2.0 vs. v5.1.1

Test overview

This test aims at comparing the Sysbench performance of TiDB v5.2.0 and TiDB v5.1.1 in the Online Transactional Processing (OLTP) scenario. The results show that compared with v5.1.1, the Point Select performance of v5.2.0 is improved by 11.03%, and the performance of other scenarios is slightly reduced.

Test environment (AWS EC2)

Hardware configuration

Service typeEC2 typeInstance count
PDm5.xlarge3
TiKVi3.4xlarge3
TiDBc5.4xlarge3
Sysbenchc5.9xlarge1

Software version

Service typeSoftware version
PDv5.1.1 and v5.2.0
TiDBv5.1.1 and v5.2.0
TiKVv5.1.1 and v5.2.0
Sysbench1.1.0-ead2689

Parameter configuration

TiDB v5.2.0 and TiDB v5.1.1 use the same configuration.

TiDB parameter configuration

log.level: "error" performance.max-procs: 20 prepared-plan-cache.enabled: true tikv-client.max-batch-wait-time: 2000000

TiKV parameter configuration

storage.scheduler-worker-pool-size: 5 raftstore.store-pool-size: 3 raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 8 raftdb.max-background-jobs: 4 raftdb.allow-concurrent-memtable-write: true server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 readpool.storage.normal-concurrency: 10 pessimistic-txn.pipelined: true server.enable-request-batch: false

TiDB global variable configuration

set global tidb_hashagg_final_concurrency=1; set global tidb_hashagg_partial_concurrency=1; set global tidb_enable_async_commit = 1; set global tidb_enable_1pc = 1; set global tidb_guarantee_linearizability = 0; set global tidb_enable_clustered_index = 1;

Test plan

  1. Deploy TiDB v5.2.0 and v5.1.1 using TiUP.
  2. Use Sysbench to import 16 tables, each table with 10 million rows of data.
  3. Execute the analyze table statement on each table.
  4. Back up the data used for restore before different concurrency tests, which ensures data consistency for each test.
  5. Start the Sysbench client to perform the point_select, read_write, update_index, and update_non_index tests. Perform stress tests on TiDB via HAProxy. The test takes 5 minutes.
  6. After each type of test is completed, stop the cluster, overwrite the cluster with the backup data in step 4, and restart the cluster.

Prepare test data

Execute the following command to prepare the test data:

sysbench oltp_common \ --threads=16 \ --rand-type=uniform \ --db-driver=mysql \ --mysql-db=sbtest \ --mysql-host=$aws_nlb_host \ --mysql-port=$aws_nlb_port \ --mysql-user=root \ --mysql-password=password \ prepare --tables=16 --table-size=10000000

Perform the test

Execute the following command to perform the test:

sysbench $testname \ --threads=$threads \ --time=300 \ --report-interval=1 \ --rand-type=uniform \ --db-driver=mysql \ --mysql-db=sbtest \ --mysql-host=$aws_nlb_host \ --mysql-port=$aws_nlb_port \ run --tables=16 --table-size=10000000

Test results

Point Select performance

Threadsv5.1.1 QPSv5.1.1 95% latency (ms)v5.2.0 QPSv5.2.0 95% latency (ms)QPS improvement
150143014.132.35174402.51.2321.95%
300199133.063.682720181.6436.60%
600389391.652.18393536.42.111.06%
900468338.822.97447981.983.3-4.35%
1200448348.525.18468241.294.654.44%
1500454376.797.04483888.426.096.49%

Compared with v5.1.1, the Point Select performance of v5.2.0 is improved by 11.03%.

Point Select

Update Non-index performance

Threadsv5.1.1 QPSv5.1.1 95% latency (ms)v5.2.0 QPSv5.2.0 95% latency (ms)QPS improvement
15031198.686.4330714.736.09-1.55%
30043577.1510.4642997.929.73-1.33%
60057230.1817.3256168.8116.71-1.85%
90065325.1123.164098.0422.69-1.88%
120071528.2628.6769908.1528.67-2.26%
150076652.533.1274371.7933.72-2.98%

Compared with v5.1.1, the Update Non-index performance of v5.2.0 is reduced by 1.98%.

Update Non-index

Update Index performance

Threadsv5.1.1 QPSv5.1.1 95% latency (ms)v5.2.0 QPSv5.2.0 95% latency (ms)QPS improvement
15015641.0413.221532013.46-2.05%
30019787.7321.8919161.3522.69-3.17%
60024566.7436.8923616.0738.94-3.87%
90027516.5750.1126270.0454.83-4.53%
120029421.1063.3228002.6569.29-4.82%
150030957.8477.1928624.4495.81-7.54%

Compared with v5.0.2, the Update Index performance of v5.1.0 is reduced by 4.33%.

Update Index

Read Write performance

Threadsv5.1.1 QPSv5.1.1 95% latency (ms)v5.2.0 QPSv5.2.0 95% latency (ms)QPS improvement
15068471.0257.876924654.831.13%
30086573.0997.5585340.4294.10-1.42%
600101760.75176.73102221.31173.580.45%
900111877.55248.83109276.45257.95-2.32%
1200117479.4337.94114231.33344.08-2.76%
1500119662.91419.45116663.28434.83-2.51%

Compared with v5.0.2, the Read Write performance of v5.1.0 is reduced by 1.24%.

Read Write

Was this page helpful?

Download PDFRequest docs changesAsk questions on Discord
Playground
New
One-stop & interactive experience of TiDB's capabilities WITHOUT registration.
Products
TiDB
TiDB Dedicated
TiDB Serverless
Pricing
Get Demo
Get Started
© 2024 PingCAP. All Rights Reserved.
Privacy Policy.