gavinchou commented on code in PR #1777:
URL: https://github.com/apache/doris-website/pull/1777#discussion_r1913199151


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/managing-compute-cluster.md:
##########
@@ -160,3 +160,11 @@ USE { [catalog_name.]database_name[@compute_group_name] | 
@compute_group_name }
 ## 计算组扩缩容
 
 通过 `ALTER SYSTEM ADD BACKEND` 以及 `ALTER SYSTEM DECOMMISION BACKEND` 添加或者删除 BE 
实现计算组的扩缩容。
+
+
+## 重命名计算组
+
+您可以使用 `ALTER SYSTEM RENAME COMPUTE GROUP <old_name> <new_name>` 命令来重命名现有的计算组。

Review Comment:
   constrains of old_name and new_name should be mentioned



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to