This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 99697c5bcbd0793c0d4a45b92006c576162c7709
Author: Doris-Extras <[email protected]>
AuthorDate: Thu Feb 22 13:32:25 2024 +0800

    Update multi-tenant.md (#31256)
---
 docs/zh-CN/docs/admin-manual/multi-tenant.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/zh-CN/docs/admin-manual/multi-tenant.md 
b/docs/zh-CN/docs/admin-manual/multi-tenant.md
index 83bcf64ba02..78bb422043c 100644
--- a/docs/zh-CN/docs/admin-manual/multi-tenant.md
+++ b/docs/zh-CN/docs/admin-manual/multi-tenant.md
@@ -193,6 +193,7 @@ FE 不参与用户数据的处理计算等工作,因此是一个资源消耗
    `cpu_resource_limit` 的取值是一个相对值,取值越大则能够使用的 CPU 
资源越多。但一个查询能使用的CPU上限也取决于表的分区分桶数。原则上,一个查询的最大 CPU 使用量和查询涉及到的 tablet 
数量正相关。极端情况下,假设一个查询仅涉及到一个 tablet,则即使 `cpu_resource_limit` 设置一个较大值,也仅能使用 1 个 CPU 
资源。
 
 
通过内存和CPU的资源限制。我们可以在一个资源组内,将用户的查询进行更细粒度的资源划分。比如我们可以让部分时效性要求不高,但是计算量很大的离线任务使用更少的CPU资源和更多的内存资源。而部分延迟敏感的在线任务,使用更多的CPU资源以及合理的内存资源。
+注: 在Doris 2.1 之后,cpu_resource_limit 将逐渐被workload group 替代。
 
 ## 最佳实践和向前兼容
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to