diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 3a63daa262524..f4f7cab28844b 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -767,6 +767,15 @@ Configuration items related to Raftstore. + Minimum value: `1` + Maximum value: `100` +### `report-region-buckets-tick-interval` New in v6.1.0 + +> **Warning:** +> +> `report-region-buckets-tick-interval` is an experimental feature introduced in TiDB v6.1.0. It is not recommended that you use it in production environments. + ++ The interval at which TiKV reports bucket information to PD when `enable-region-bucket` is true. ++ Default value: `10s` + ### `pd-heartbeat-tick-interval` + The time interval at which a Region's heartbeat to PD is triggered. `0` means that this feature is disabled. @@ -1057,15 +1066,6 @@ Configuration items related to Coprocessor. > > `region-bucket-size` is an experimental feature introduced in TiDB v6.1.0. It is not recommended that you use it in production environments. -### `report-region-buckets-tick-interval` New in v6.1.0 - -> **Warning:** -> -> `report-region-buckets-tick-interval` is an experimental feature introduced in TiDB v6.1.0. It is not recommended that you use it in production environments. - -+ The interval at which TiKV reports bucket information to PD when `enable-region-bucket` is true. -+ Default value: `10s` - ## rocksdb Configuration items related to RocksDB