Skip to content

Commit

Permalink
Update version info about default enabled Placement Rules (pingcap#7339)
Browse files Browse the repository at this point in the history
* Update version info about default enabled Placement Rules

* revise typo

* add one more part

* change words

* Apply suggestions from code review

* Update configure-placement-rules.md

* Apply suggestions from code review

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
en-jin19 and TomShawn authored Nov 8, 2021
1 parent 7a44ab9 commit 1e32fe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure-placement-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aliases: ['/docs-cn/dev/configure-placement-rules/','/docs-cn/dev/how-to/configu
Placement Rules 是 PD 在 4.0 版本引入的试验特性,它是一套副本规则系统,用于指导 PD 针对不同类型的数据生成对应的调度。通过组合不同的调度规则,用户可以精细地控制任何一段连续数据的副本数量、存放位置、主机类型、是否参与 Raft 投票、是否可以担任 Raft leader 等属性。

Placement Rules 特性在 TiDB v5.0 及以上的版本中默认开启。如需关闭 Placement Rules 特性,请参考[关闭 Placement Rules](#关闭-placement-rules-特性)

## 规则系统介绍

整个规则系统的配置由多条规则即 Rule 组成。每条 Rule 可以指定不同的副本数量、Raft 角色、放置位置等属性,以及这条规则生效的 key range。PD 在进行调度时,会先根据 Region 的 key range 在规则系统中查到该 Region 对应的规则,然后再生成对应的调度,来使得 Region 副本的分布情况符合 Rule。
Expand Down Expand Up @@ -71,7 +73,7 @@ Placement Rules 示意图如下所示:

### 开启 Placement Rules 特性

默认情况下,Placement Rules 特性是关闭的。要开启这个特性,可以集群初始化以前设置 PD 配置文件:
Placement Rules 特性在 TiDB v5.0 及以上的版本中默认开启。如需关闭 Placement Rules 特性,请参考[关闭 Placement Rules](#关闭-placement-rules-特性)。如需在关闭后重新开启该特性,可以集群初始化以前设置 PD 配置文件:

{{< copyable "" >}}

Expand Down

0 comments on commit 1e32fe6

Please sign in to comment.