This is an automated email from the ASF dual-hosted git repository.
morningman 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 615e2fbe2a [doc] cumu compaction threads had changed (#1049)
615e2fbe2a is described below
commit 615e2fbe2a9f240f65fd46df1027cc6897c5c0b8
Author: yagagagaga <[email protected]>
AuthorDate: Mon Sep 2 10:52:12 2024 +0800
[doc] cumu compaction threads had changed (#1049)
---
docs/admin-manual/compaction.md | 2 +-
.../docusaurus-plugin-content-docs/current/admin-manual/compaction.md | 2 +-
.../version-2.1/admin-manual/compaction.md | 2 +-
.../version-3.0/admin-manual/compaction.md | 2 +-
versioned_docs/version-2.1/admin-manual/compaction.md | 2 +-
versioned_docs/version-3.0/admin-manual/compaction.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/admin-manual/compaction.md b/docs/admin-manual/compaction.md
index b953cb5c13..e273499cc2 100644
--- a/docs/admin-manual/compaction.md
+++ b/docs/admin-manual/compaction.md
@@ -116,5 +116,5 @@ Compaction runs in the background and consumes CPU and IO
resources. The resourc
The number of concurrent compaction threads is configured in the BE
configuration file, including the following parameters:
- `max_base_compaction_threads`: Number of base compaction threads, default is
4.
-- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is 10.
+- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is -1, which mean that 1 thread per disk.
- `max_single_replica_compaction_threads`: Number of threads for fetching data
files during single replica compaction, default is 10.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/compaction.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/compaction.md
index 0e91d0733f..9a15596cd8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/compaction.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/compaction.md
@@ -128,6 +128,6 @@ Compaction 在后台执行需要消耗 CPU 和 IO 资源,可以通过控制 co
compaction 并发线程数在 BE 的配置文件中配置,包括下面几个:
- `max_base_compaction_threads`:base compaction 的线程数,默认是 4
-- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 10
+- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 -1,表示每块盘 1 个线程
- `max_single_replica_compaction_threads`:单副本 compaction 拉取数据文件的线程数,默认是 10
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/compaction.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/compaction.md
index 0e91d0733f..9a15596cd8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/compaction.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/compaction.md
@@ -128,6 +128,6 @@ Compaction 在后台执行需要消耗 CPU 和 IO 资源,可以通过控制 co
compaction 并发线程数在 BE 的配置文件中配置,包括下面几个:
- `max_base_compaction_threads`:base compaction 的线程数,默认是 4
-- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 10
+- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 -1,表示每块盘 1 个线程
- `max_single_replica_compaction_threads`:单副本 compaction 拉取数据文件的线程数,默认是 10
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/compaction.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/compaction.md
index 0e91d0733f..9a15596cd8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/compaction.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/compaction.md
@@ -128,6 +128,6 @@ Compaction 在后台执行需要消耗 CPU 和 IO 资源,可以通过控制 co
compaction 并发线程数在 BE 的配置文件中配置,包括下面几个:
- `max_base_compaction_threads`:base compaction 的线程数,默认是 4
-- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 10
+- `max_cumu_compaction_threads`:cumulative compaction 的线程数,默认是 -1,表示每块盘 1 个线程
- `max_single_replica_compaction_threads`:单副本 compaction 拉取数据文件的线程数,默认是 10
diff --git a/versioned_docs/version-2.1/admin-manual/compaction.md
b/versioned_docs/version-2.1/admin-manual/compaction.md
index b953cb5c13..e273499cc2 100644
--- a/versioned_docs/version-2.1/admin-manual/compaction.md
+++ b/versioned_docs/version-2.1/admin-manual/compaction.md
@@ -116,5 +116,5 @@ Compaction runs in the background and consumes CPU and IO
resources. The resourc
The number of concurrent compaction threads is configured in the BE
configuration file, including the following parameters:
- `max_base_compaction_threads`: Number of base compaction threads, default is
4.
-- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is 10.
+- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is -1, which mean that 1 thread per disk.
- `max_single_replica_compaction_threads`: Number of threads for fetching data
files during single replica compaction, default is 10.
diff --git a/versioned_docs/version-3.0/admin-manual/compaction.md
b/versioned_docs/version-3.0/admin-manual/compaction.md
index b953cb5c13..e273499cc2 100644
--- a/versioned_docs/version-3.0/admin-manual/compaction.md
+++ b/versioned_docs/version-3.0/admin-manual/compaction.md
@@ -116,5 +116,5 @@ Compaction runs in the background and consumes CPU and IO
resources. The resourc
The number of concurrent compaction threads is configured in the BE
configuration file, including the following parameters:
- `max_base_compaction_threads`: Number of base compaction threads, default is
4.
-- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is 10.
+- `max_cumu_compaction_threads`: Number of cumulative compaction threads,
default is -1, which mean that 1 thread per disk.
- `max_single_replica_compaction_threads`: Number of threads for fetching data
files during single replica compaction, default is 10.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]