From d31212de96fe6c42f278a0e190cbd4988027405b Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 12 Mar 2021 11:54:54 +0800 Subject: [PATCH] cherry pick #5719 to release-5.0 Signed-off-by: ti-srebot --- benchmark/v4.0-performance-benchmarking-with-tpch.md | 4 ++++ 1 file changed, 4 insertions(+) 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 |