From 928ac43e0f6f9eca7a6d68a73cba4375193cf391 Mon Sep 17 00:00:00 2001 From: EsoragotoSpirit Date: Mon, 2 Sep 2024 16:43:22 +0800 Subject: [PATCH] [Doc] Backup Restore for Colocate Tables Signed-off-by: EsoragotoSpirit --- docs/en/administration/management/FE_configuration.md | 9 +++++++++ docs/zh/administration/management/FE_configuration.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/en/administration/management/FE_configuration.md b/docs/en/administration/management/FE_configuration.md index 1e5697561260b..4853ce7a730eb 100644 --- a/docs/en/administration/management/FE_configuration.md +++ b/docs/en/administration/management/FE_configuration.md @@ -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 +