From fbe8dd69f857756e6835db928237d3a673ba3205 Mon Sep 17 00:00:00 2001 From: Liuxiaozhen12 <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:13:25 +0800 Subject: [PATCH] remove useless variable --- benchmark/v5.1-performance-benchmarking-with-tpch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/v5.1-performance-benchmarking-with-tpch.md b/benchmark/v5.1-performance-benchmarking-with-tpch.md index 52003973bc51d..39e6ccd6be727 100644 --- a/benchmark/v5.1-performance-benchmarking-with-tpch.md +++ b/benchmark/v5.1-performance-benchmarking-with-tpch.md @@ -50,7 +50,6 @@ Set session variables with the following SQL statements: ```sql set @@tidb_isolation_read_engines='tiflash'; set @@tidb_allow_mpp=1; -set @@tidb_opt_broadcast_join=0; set @@tidb_mem_quota_query = 10 << 30; ```