diff --git a/benchmark/v4.0-performance-benchmarking-with-tpch.md b/benchmark/v4.0-performance-benchmarking-with-tpch.md index 4fd8eade2366..231a0eba1c4b 100644 --- a/benchmark/v4.0-performance-benchmarking-with-tpch.md +++ b/benchmark/v4.0-performance-benchmarking-with-tpch.md @@ -161,6 +161,10 @@ set global tidb_index_lookup_join_concurrency = 16; ### 测试结果 +> **注意:** +> +> 本测试所执行 SQL 语句对应的表只有主键,没有建立二级索引。因此以下测试结果为无索引结果。 + | Query ID | v3.0 | v4.0 TiKV Only | v4.0 TiKV / TiFlash Automatically | | :-------- | :----------- | :------------ | :-------------- | | 1 | 7.78s | 7.45s | 2.09s |