[Doc] Default Resource Groups use cpu_weight (#61212)

This commit is contained in:
絵空事スピリット 2025-07-24 11:24:58 +08:00 committed by GitHub
parent 98ef513c99
commit 0fc010c5be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -136,7 +136,7 @@ There are two system-defined resource groups in each StarRocks instance: `defaul
`default_wg` will be assigned to regular queries that are under the management of resource groups but don't match any classifier. The default resource limits of `default_wg` are as follows:
- `cpu_core_limit`: 1 (for v2.3.7 or earlier) or the number of CPU cores of the BE (for versions later than v2.3.7).
- `cpu_weight`: The number of CPU cores of the BE.
- `mem_limit`: 100%.
- `concurrency_limit`: 0.
- `big_query_cpu_second_limit`: 0.
@ -148,7 +148,7 @@ There are two system-defined resource groups in each StarRocks instance: `defaul
`default_mv_wg` will be assigned to asynchronous materialized view refresh tasks if no resource group is allocated to the corresponding materialized view in the property `resource_group` during materialized view creation. The default resource limits of `default_mv_wg` are as follows:
- `cpu_core_limit`: 1.
- `cpu_weight`: 1.
- `mem_limit`: 80%.
- `concurrency_limit`: 0.
- `spill_mem_limit_threshold`: 80%.

View File

@ -136,7 +136,7 @@ v3.3.5 以前は、StarRocks はリソースグループの `type` を `short_qu
`default_wg` は、リソースグループの管理下にあるが、どのクラシファイアにも一致しない通常のクエリに割り当てられます。`default_wg` のデフォルトのリソース制限は次のとおりです。
- `cpu_core_limit`: 1v2.3.7 以前)または BE の CPU コア数v2.3.7 以降)
- `cpu_weight`: BE の CPU コア数
- `mem_limit`: 100%。
- `concurrency_limit`: 0。
- `big_query_cpu_second_limit`: 0。
@ -148,7 +148,7 @@ v3.3.5 以前は、StarRocks はリソースグループの `type` を `short_qu
`default_mv_wg` は、マテリアライズドビューの作成時にプロパティ `resource_group` で対応するマテリアライズドビューにリソースグループが割り当てられていない場合、非同期マテリアライズドビューのリフレッシュタスクに割り当てられます。`default_mv_wg` のデフォルトのリソース制限は次のとおりです。
- `cpu_core_limit`: 1。
- `cpu_weight`: 1。
- `mem_limit`: 80%。
- `concurrency_limit`: 0。
- `spill_mem_limit_threshold`: 80%。

View File

@ -136,7 +136,7 @@ UPDATE information_schema.be_configs SET VALUE = "false" WHERE NAME = "enable_re
如果普通查询受资源组管理,但是没有匹配到分类器,系统将默认为其分配 `default_wg`。该资源组的默认资源配置如下:
- `cpu_core_limit`1 (≤2.3.7 版本) 或 BE 的 CPU 核数(>2.3.7版本)
- `cpu_weight`BE 的 CPU 核数
- `mem_limit`100%。
- `concurrency_limit`0。
- `big_query_cpu_second_limit`0。
@ -148,7 +148,7 @@ UPDATE information_schema.be_configs SET VALUE = "false" WHERE NAME = "enable_re
如果创建异步物化视图时没有通过 `resource_group` 属性指定资源组,该物化视图刷新时,系统将默认为其分配 `default_mv_wg`。该资源组的默认资源配置如下:
- `cpu_core_limit`1。
- `cpu_weight`1。
- `mem_limit`80%。
- `concurrency_limit`: 0。
- `spill_mem_limit_threshold`: 80%。