diff --git a/benchmark/benchmark-sysbench-v4-vs-v3.md b/benchmark/benchmark-sysbench-v4-vs-v3.md index 9387c91b18cc5..41fd3a544de22 100644 --- a/benchmark/benchmark-sysbench-v4-vs-v3.md +++ b/benchmark/benchmark-sysbench-v4-vs-v3.md @@ -81,7 +81,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/benchmark-sysbench-v5-vs-v4.md b/benchmark/benchmark-sysbench-v5-vs-v4.md index 7ba96dc5aacc5..871f05eb90c90 100644 --- a/benchmark/benchmark-sysbench-v5-vs-v4.md +++ b/benchmark/benchmark-sysbench-v5-vs-v4.md @@ -52,7 +52,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/v4.0-performance-benchmarking-with-tpcc.md b/benchmark/v4.0-performance-benchmarking-with-tpcc.md index 2e7d7a99282b5..1169a9a92f492 100644 --- a/benchmark/v4.0-performance-benchmarking-with-tpcc.md +++ b/benchmark/v4.0-performance-benchmarking-with-tpcc.md @@ -81,7 +81,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/v5.0-performance-benchmarking-with-tpcc.md b/benchmark/v5.0-performance-benchmarking-with-tpcc.md index 860260a7e7000..cc3e969fba028 100644 --- a/benchmark/v5.0-performance-benchmarking-with-tpcc.md +++ b/benchmark/v5.0-performance-benchmarking-with-tpcc.md @@ -58,7 +58,6 @@ readpool.unified.max-thread-count: 20 readpool.unified.min-thread-count: 5 rocksdb.max-background-jobs: 8 server.grpc-concurrency: 6 -server.request-batch-enable-cross-command: false storage.scheduler-worker-pool-size: 20 ``` diff --git a/upgrade-tidb-using-tiup.md b/upgrade-tidb-using-tiup.md index 321e30b10681d..816c450e0a1ad 100644 --- a/upgrade-tidb-using-tiup.md +++ b/upgrade-tidb-using-tiup.md @@ -133,12 +133,6 @@ Now, the offline mirror has been upgraded successfully. If an error occurs durin > **Note:** > > Before you upgrade the cluster to v6.4.0, make sure that the parameters you have modified in v4.0 are compatible in v6.4.0. For details, see [TiKV Configuration File](/tikv-configuration-file.md). -> -> The following three TiKV parameters are obsolete in TiDB v5.0. If the following parameters have been configured in your original cluster, you need to delete these parameters through `edit-config`: -> -> - pessimistic-txn.enabled -> - server.request-batch-enable-cross-command -> - server.request-batch-wait-duration ### Step 3: Check the health status of the current cluster