Skip to content

Commit

Permalink
improve the benchmark result (pingcap#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsid authored Apr 26, 2021
1 parent 702da95 commit f9a906b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmark-sysbench-v5-vs-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ readpool.unified.min-thread-count: 5
readpool.unified.max-thread-count: 20
readpool.storage.normal-concurrency: 10
pessimistic-txn.pipelined: true
enable-request-batch: false
server.enable-request-batch: false
```
#### TiDB v4.0 global variable configuration
Expand Down
4 changes: 2 additions & 2 deletions benchmark/v5.0-performance-benchmarking-with-tpcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ readpool.unified.min-thread-count: 5
rocksdb.max-background-jobs: 8
server.grpc-concurrency: 6
storage.scheduler-worker-pool-size: 20
enable-request-batch: false
server.enable-request-batch: false
```
#### TiDB v4.0 global variable configuration
Expand Down Expand Up @@ -146,4 +146,4 @@ set global tidb_enable_clustered_index = 1;

According to the test statistics, the TPC-C performance of TiDB v5.0 has **increased by 36%** compared with that of TiDB v4.0.

![TPC-C](/media/tpcc_v5vsv4_corrected.png)
![TPC-C](/media/tpcc_v5vsv4_corrected_v2.png)
Binary file added media/tpcc_v5vsv4_corrected_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9a906b

Please sign in to comment.