Skip to content

Commit

Permalink
tikv config: correct location of report-region-buckets-tick-interval (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jul 13, 2023
1 parent 6f074d3 commit 5ef1934
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,15 @@ Configuration items related to Raftstore.
+ Minimum value: `1`
+ Maximum value: `100`

### `report-region-buckets-tick-interval` <span class="version-mark">New in v6.1.0</span>

> **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.
Expand Down Expand Up @@ -1082,15 +1091,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` <span class="version-mark">New in v6.1.0</span>

> **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
Expand Down

0 comments on commit 5ef1934

Please sign in to comment.