Skip to content

Commit

Permalink
[Doc] Backup Restore for Colocate Tables
Browse files Browse the repository at this point in the history
Signed-off-by: EsoragotoSpirit <[email protected]>
  • Loading branch information
EsoragotoSpirit committed Sep 2, 2024
1 parent a3e7988 commit 928ac43
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/en/administration/management/FE_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4577,6 +4577,15 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
- Description: In each RESTORE operation, the maximum number of download tasks StarRocks assigned to a BE node. When this item is set to less than or equal to 0, no limit is imposed on the task number.
- Introduced in: v3.1.0

##### enable_colocate_restore

- Default: false
- Type: Boolean
- Unit: -
- Is mutable: Yes
- Description: Whether to enable Backup and Restore for Colocate Tables. `true` indicates enabling Backup and Restore for Colocate Tables and `false` indicates disabling it.
- Introduced in: v3.2.10, v3.3.3

<!--
##### enable_persistent_index_by_default
Expand Down
9 changes: 9 additions & 0 deletions docs/zh/administration/management/FE_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4583,6 +4583,15 @@ Compaction Score 代表了一个表分区是否值得进行 Compaction 的评分
- 描述:单次 RESTORE 操作下,系统向单个 BE 节点下发的最大下载任务数。设置为小于或等于 0 时表示不限制任务数。
- 引入版本:v3.1.0

##### enable_colocate_restore

- 默认值:false
- 类型:Boolean
- 单位:-
- 是否动态:是
- 描述:是否为 Colocate 表启用备份恢复。`true` 表示启用 Colocate 表备份恢复,`false` 表示禁用。
- 引入版本:v3.2.10v3.3.3

<!--
##### enable_persistent_index_by_default

Expand Down

0 comments on commit 928ac43

Please sign in to comment.