morningman commented on code in PR #708:
URL: https://github.com/apache/doris-website/pull/708#discussion_r1623746048


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Account-Management-Statements/SET-PROPERTY.md:
##########
@@ -54,8 +54,6 @@ key:
 
 ​        exec_mem_limit: 限制查询的内存使用。详见会话变量 `exec_mem_limit` 的介绍。-1 表示未设置。
 
-​        resource.cpu_share: cpu资源分配。(已废弃)
-
 ​        load_cluster.{cluster_name}.priority: 为指定的cluster分配优先级,可以为 HIGH 或 
NORMAL

Review Comment:
   这个也没用了



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/Account-Management-Statements/SET-PROPERTY.md:
##########
@@ -90,75 +82,57 @@ key:
     SET PROPERTY FOR 'jack' 'max_user_connections' = '1000';
     ```
     
-2. 修改用户 jack 的cpu_share为1000
-   
-    ```sql
-    SET PROPERTY FOR 'jack' 'resource.cpu_share' = '1000';
-    ```
-    
-3. 修改 jack 用户的normal组的权重
-   
-    ```sql
-    SET PROPERTY FOR 'jack' 'quota.normal' = '400';
-    ```
-    
-4. 为用户 jack 添加导入cluster
+3. 为用户 jack 添加导入cluster

Review Comment:
   这个也没用了
   



##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Account-Management-Statements/SET-PROPERTY.md:
##########
@@ -66,12 +64,6 @@ key:
 
 普通用户权限:
 
-​        quota.normal: normal级别的资源分配。
-
-​        quota.high: high级别的资源分配。
-
-​        quota.low: low级别的资源分配。
-
 ​        load_cluster.{cluster_name}.hadoop_palo_path: 
palo使用的hadoop目录,需要存放etl程序及etl生成的中间数据供Doris导入。导入完成后会自动清理中间

Review Comment:
   这个也没用了
   



-- 
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: dev-unsubscr...@doris.apache.org

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


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

Reply via email to