You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/03/01 00:53:32 UTC

[iotdb] branch master updated: [IOTDB-2632] Set compaction_write_throughput_mb_per_sec to 16 by default (#5138)

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d33535  [IOTDB-2632] Set compaction_write_throughput_mb_per_sec to 16 by default (#5138)
9d33535 is described below

commit 9d33535d23fbb98b6c41e7eaa52a7bc2e81b435e
Author: Liu Xuxin <37...@users.noreply.github.com>
AuthorDate: Tue Mar 1 08:52:24 2022 +0800

    [IOTDB-2632] Set compaction_write_throughput_mb_per_sec to 16 by default (#5138)
---
 RELEASE_NOTES.md                             | 1 +
 docs/UserGuide/Reference/Config-Manual.md    | 2 +-
 docs/zh/UserGuide/Reference/Config-Manual.md | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ac9924c..e7933c9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -84,6 +84,7 @@
 * [IOTDB-2176] Limit target chunk size when performing inner space compaction
 * [IOTDB-2193] Reduce unnecessary lock operations of RaftLogManager to improve writing performance 
 * [IOTDB-2195] Control the concurrent query execution thread
+* [IOTDB-2632] Set compaction_write_throughput_mb_per_sec to 16 by default
 * [ISSUE-3445] New compaction strategy and compaction scheduling strategy
 * [ISSUE-3856] refine exception handling logic in commitTo in RaftLogManager
 * [Cluster] No need to shake hands with itself when one node restart 
diff --git a/docs/UserGuide/Reference/Config-Manual.md b/docs/UserGuide/Reference/Config-Manual.md
index b3b1154..21386f2 100644
--- a/docs/UserGuide/Reference/Config-Manual.md
+++ b/docs/UserGuide/Reference/Config-Manual.md
@@ -901,7 +901,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |:---:|:---|
 |Description| The write rate of all compaction tasks in MB/s |
 |Type| Int32 |
-|Default| 30 |
+|Default| 16 |
 |Effective|After restart system|
 
 ### Insertion
diff --git a/docs/zh/UserGuide/Reference/Config-Manual.md b/docs/zh/UserGuide/Reference/Config-Manual.md
index 5e945a4..5b4b5a9 100644
--- a/docs/zh/UserGuide/Reference/Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/Config-Manual.md
@@ -940,7 +940,7 @@ Server,客户端的使用方式详见 [SQL 命令行终端(CLI)](https://i
 |:---:|:---|
 |描述| 每秒可达到的写入吞吐量合并限制。|
 |类型| Int32 |
-|默认值| 30 |
+|默认值| 16 |
 |改后生效方式| 重启服务生效|