Sign InTry Free

TiDB TPC-H Performance Test Report -- v4.0 vs. v3.0

Test purpose

This test aims to compare the TPC-H performance of TiDB 4.0 and TiDB 3.0 in the online analytical processing (OLAP) scenario.

Because TiFlash is introduced in TiDB v4.0, which enhances TiDB's Hybrid Transactional and Analytical Processing (HTAP) capabilities, test objects in this report are as follows:

  • TiDB v3.0 that reads data only from TiKV.
  • TiDB v4.0 that reads data only from TiKV.
  • TiDB v4.0 that reads data from TiKV and TiFlash automatically based on intelligent choice.

Test environment (AWS EC2)

Hardware configuration

Service typeEC2 typeInstance count
PDm5.xlarge3
TiDBc5.4xlarge2
TiKV & TiFlashi3.4xlarge3
TPC-Hm5.xlarge1

Software version

Service typeSoftware version
PD3.0 and 4.0
TiDB3.0 and 4.0
TiKV3.0 and 4.0
TiFlash4.0
tiup-bench0.2

Parameter configuration

v3.0

For v3.0, TiDB, TiKV, and PD use the default parameter configuration.

Variable configuration
set global tidb_distsql_scan_concurrency = 30; set global tidb_projection_concurrency = 16; set global tidb_hashagg_partial_concurrency = 16; set global tidb_hashagg_final_concurrency = 16; set global tidb_hash_join_concurrency = 16; set global tidb_index_lookup_concurrency = 16; set global tidb_index_lookup_join_concurrency = 16;

v4.0

For v4.0, TiDB uses the default parameter configuration.

TiKV configuration
readpool.storage.use-unified-pool: false readpool.coprocessor.use-unified-pool: true
PD configuration
replication.enable-placement-rules: true
TiFlash configuration
logger.level: "info" learner_config.log-level: "info"
Variable configuration
set global tidb_allow_batch_cop = 1; set session tidb_opt_distinct_agg_push_down = 1; set global tidb_distsql_scan_concurrency = 30; set global tidb_projection_concurrency = 16; set global tidb_hashagg_partial_concurrency = 16; set global tidb_hashagg_final_concurrency = 16; set global tidb_hash_join_concurrency = 16; set global tidb_index_lookup_concurrency = 16; set global tidb_index_lookup_join_concurrency = 16;

Test plan

Hardware prerequisite

To avoid TiKV and TiFlash racing for disk and I/O resources, mount the two NVMe SSD disks configured on EC2 to /data1 and /data2. Deploy TiKV on /data1 and deploy TiFlash on /data2.

Test process

  1. Deploy TiDB v4.0 and v3.0 using TiUP.

  2. Use the bench tool of TiUP to import the TPC-H data with the scale factor 10.

    • Execute the following command to import data into v3.0:

      tiup bench tpch prepare \ --host ${tidb_v3_host} --port ${tidb_v3_port} --db tpch_10 \ --sf 10 \ --analyze --tidb_build_stats_concurrency 8 --tidb_distsql_scan_concurrency 30
    • Execute the following command to import data into v4.0:

      tiup bench tpch prepare \ --host ${tidb_v4_host} --port ${tidb_v4_port} --db tpch_10 --password ${password} \ --sf 10 \ --tiflash \ --analyze --tidb_build_stats_concurrency 8 --tidb_distsql_scan_concurrency 30
  3. Execute the TPC-H queries.

    1. Download the TPC-H SQL query file:

      git clone https://github.com/pingcap/tidb-bench.git && cd tpch/queries
    2. Execute TPC-H queries and record the executing time of each query.

      • For TiDB v3.0, use the MySQL client to connect to TiDB, execute the queries, and record the execution time of each query.
      • For TiDB v4.0, use the MySQL client to connect to TiDB, and choose one of the following operations based on where data is read from:
        • If data is read only from TiKV, set set @@session.tidb_isolation_read_engines = 'tikv,tidb';, execute the queries, and record the execution time of each query.
        • If data is read from TiKV and TiFlash automatically based on cost-based intelligent choice, set set @@session.tidb_isolation_read_engines = 'tikv,tiflash,tidb';, execute the query, and record the execution time of each query.
  4. Extract and organize the data of query execution time.

Test result

Query IDv3.0v4.0 TiKV Onlyv4.0 TiKV/TiFlash Automatically
17.78 s7.45 s2.09 s
23.15 s1.71 s1.71 s
36.61 s4.10 s4.05 s
42.98 s2.56 s1.87 s
520.35 s5.71 s8.53 s
64.75 s2.44 s0.39 s
77.97 s3.72 s3.59 s
85.89 s3.22 s8.59 s
934.08 s11.87 s15.41 s
104.83 s2.75 s3.35 s
113.98 s1.60 s1.59 s
125.63 s3.40 s1.03 s
135.41 s4.56 s4.02 s
145.19 s3.10 s0.78 s
1510.25 s1.82 s1.26 s
162.46 s1.51 s1.58 s
1723.76 s12.38 s8.52 s
1817.14 s16.38 s16.06 s
195.70 s4.59 s3.20 s
204.98 s1.89 s1.29 s
2111.12 s6.23 s6.26 s
224.49 s3.05 s2.31 s

TPC-H

In the performance diagram above:

  • Blue lines represent v3.0;
  • Red lines represent v4.0 (data read only from TiKV);
  • Yellow lines represent v4.0 (data read from TiKV and TiFlash automatically based on intelligent choice).
  • The y-axis represents the execution time of the query. The less the time, the better the performance.

Result description:

  • v4.0 TiKV Only means that TiDB reads data only from TiKV. The result shows that the TPC-H performance increased after TiDB and TiKV are upgraded to v4.0.
  • v4.0 TiKV/TiFlash Automatically means that the TiDB optimizer automatically determines whether to read data from the TiFlash replica according to the cost estimation. The result shows that the TPC-H performance increased in the full HTAP form of v4.0.

From the diagram above, you can see that TPC-H performance increases by about 100% on average over a set of 22 queries.

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.