This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 43c3c3bf4a [Doc] update fragment mgr aynic work pool config (#1024)
43c3c3bf4a is described below
commit 43c3c3bf4a4f7db2551cbaa350a98fd60a45037f
Author: Pxl <[email protected]>
AuthorDate: Thu Aug 22 13:44:50 2024 +0800
[Doc] update fragment mgr aynic work pool config (#1024)
---
docs/admin-manual/config/be-config.md | 16 ++++++++--------
.../current/admin-manual/config/be-config.md | 16 ++++++++--------
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/docs/admin-manual/config/be-config.md
b/docs/admin-manual/config/be-config.md
index 4a08abb464..e86d0a2698 100644
--- a/docs/admin-manual/config/be-config.md
+++ b/docs/admin-manual/config/be-config.md
@@ -334,20 +334,20 @@ The maximum size of a (received) message of the thrift
server, in bytes. If the
### Query
-#### `fragment_pool_queue_size`
+#### `fragment_mgr_asynic_work_pool_queue_size`
-* Description: The upper limit of query requests that can be processed on a
single node
+* Description: The upper limit of asynic work that can be processed on a
single node
* Default value: 4096
-#### `fragment_pool_thread_num_min`
+#### `fragment_mgr_asynic_work_pool_thread_num_min`
-* Description: Query the number of threads. By default, the minimum number of
threads is 64.
-* Default value: 64
+* Description: Number of threads to excute asynic work. By default, the
minimum number of threads is 16.
+* Default value: 16
-#### `fragment_pool_thread_num_max`
+#### `fragment_mgr_asynic_work_pool_thread_num_max`
-* Description: Follow up query requests create threads dynamically, with a
maximum of 512 threads created.
-* Default value: 2048
+* Description: Follow up asynic work create threads dynamically, with a
maximum of 512 threads created.
+* Default value: 512
#### `doris_max_scan_key_num`
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
index 7a01d7a5ff..b1417b9acb 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
@@ -345,20 +345,20 @@ Thrift 服务器接收请求消息的大小(字节数)上限。如果客户
### 查询
-#### `fragment_pool_queue_size`
+#### `fragment_mgr_asynic_work_pool_queue_size`
-* 描述:单节点上能够处理的查询请求上限
+* 描述:单节点上异步任务的队列上限
* 默认值:4096
-#### `fragment_pool_thread_num_min`
+#### `fragment_mgr_asynic_work_pool_thread_num_min`
-* 描述:查询线程数,默认最小启动 64 个线程。
-* 默认值:64
+* 描述:处理异步任务的线程数,默认最小启动 16 个线程。
+* 默认值:16
-#### `fragment_pool_thread_num_max`
+#### `fragment_mgr_asynic_work_pool_thread_num_max`
-* 描述:后续查询请求动态创建线程,最大创建 512 个线程。
-* 默认值:2048
+* 描述:根据后续任务动态创建线程,最大创建 512 个线程。
+* 默认值:512
#### `doris_max_scan_key_num`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]