RaigorJiang commented on code in PR #21699:
URL: https://github.com/apache/shardingsphere/pull/21699#discussion_r1002720076


##########
docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md:
##########
@@ -35,12 +35,12 @@ RAL (Resource & Rule Administration Language) 为 Apache 
ShardingSphere 的管
 
 ## 熔断
 
-| 语句                                                                           
  | 说明                 | 示例                                        |
-| 
:------------------------------------------------------------------------------ 
| :------------------- | :----------------------------------------- |
-| [ENABLE / DISABLE] READWRITE_SPLITTING (READ)? resourceName [FROM 
databaseName] | 启用 / 禁用读库        | ENABLE READWRITE_SPLITTING READ resource_0 |
-| [ENABLE / DISABLE] INSTANCE instanceId                                       
   | 启用 / 禁用 proxy 实例 | DISABLE INSTANCE instance_1                |
-| SHOW INSTANCE LIST                                                           
   | 查询 proxy 实例信息    | SHOW INSTANCE LIST                         |
-| SHOW READWRITE_SPLITTING (READ)? resourceName [FROM databaseName]            
   | 查询所有读库的状态      | SHOW READWRITE_SPLITTING READ RESOURCES    |
+| 语句                                                                           
                    | 说明                                  | 示例                  
                                          |
+|:-------------------------------------------------------------------------------------------------|:------------------------------------|:--------------------------------------------------------------|
+| ALTER READWRITE_SPLITTING RULE [ groupName ] (ENABLE / DISABLE) resourceName 
[FROM databaseName] | 启用 / 禁用全部规则或指定规则内读库        | ALTER READWRITE_SPLITTING 
RULE group_1 ENABLE resource_0      |

Review Comment:
   The read storage unit between different groups will not be repeated, so in 
fact only one can be disabled here



-- 
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: notifications-unsubscr...@shardingsphere.apache.org

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

Reply via email to