From 8df3b7e74d0510905801ac186efd9a9725286c6a Mon Sep 17 00:00:00 2001 From: xixirangrang <35301108+hfxsd@users.noreply.github.com> Date: Wed, 4 Aug 2021 11:43:45 +0800 Subject: [PATCH] Deleted set @@tidb_opt_broadcast_join=0; --- benchmark/v5.0-performance-benchmarking-with-tpch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/v5.0-performance-benchmarking-with-tpch.md b/benchmark/v5.0-performance-benchmarking-with-tpch.md index d39e93ae21601..da4d15f92fdc3 100644 --- a/benchmark/v5.0-performance-benchmarking-with-tpch.md +++ b/benchmark/v5.0-performance-benchmarking-with-tpch.md @@ -51,7 +51,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; ```