Skip to content

Commit

Permalink
[docs](x-load) Add table property min_load_replica_num doc (apache#26333
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yujun777 authored and seawinde committed Nov 8, 2023
1 parent b9bd68f commit b5d0884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ Set table properties. The following attributes are currently supported:
Set the copy distribution according to Tag. This attribute can completely cover the function of the `replication_num` attribute.
* `min_load_replica_num`
The minimum required successful replica num for loading data. The default value is `-1`. If set less than or equal to 0, loading data requires a majority replicas to succeed.
* `is_being_synced`
Used to identify whether this table is copied by CCR and is being synchronized by syncer. The default is `false`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ UNIQUE KEY(k1, k2)
根据 Tag 设置副本分布情况。该属性可以完全覆盖 `replication_num` 属性的功能。
* `min_load_replica_num`
设定数据导入成功所需的最小副本数,默认值为-1。当该属性小于等于0时,表示导入数据仍需多数派副本成功。
* `is_being_synced`
用于标识此表是否是被CCR复制而来并且正在被syncer同步,默认为 `false`。
Expand Down

0 comments on commit b5d0884

Please sign in to comment.