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; ```