This is an automated email from the ASF dual-hosted git repository.
haonan 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 60a2621460 [IOTDB-4487] Remove enable_timed_close_tsfile in the time
partition doc (#7431)
60a2621460 is described below
commit 60a26214609f52f2b1e6c615928527c22af8d3a8
Author: Alan Choo <[email protected]>
AuthorDate: Mon Sep 26 16:48:41 2022 +0800
[IOTDB-4487] Remove enable_timed_close_tsfile in the time partition doc
(#7431)
---
docs/zh/UserGuide/Data-Concept/Time-Partition.md | 6 ++---
.../UserGuide/Reference/DataNode-Config-Manual.md | 27 ----------------------
2 files changed, 2 insertions(+), 31 deletions(-)
diff --git a/docs/zh/UserGuide/Data-Concept/Time-Partition.md
b/docs/zh/UserGuide/Data-Concept/Time-Partition.md
index 4e2572c6d2..ea481e6e2a 100644
--- a/docs/zh/UserGuide/Data-Concept/Time-Partition.md
+++ b/docs/zh/UserGuide/Data-Concept/Time-Partition.md
@@ -55,10 +55,8 @@
## 使用建议
-使用时间分区功能时,建议同时打开 Memtable 的定时刷盘功能和 TsFileProcessor 的定时关闭功能,共 9 个相关配置参数(详情见
[timed_flush与timed_close配置项](../Reference/DataNode-Config-Manual.md))。
+使用时间分区功能时,建议同时打开 Memtable 的定时刷盘功能,共 6 个相关配置参数(详情见
[timed_flush配置项](../Reference/DataNode-Config-Manual.md))。
* enable_timed_flush_unseq_memtable: 是否开启乱序 Memtable 的定时刷盘,默认打开。
-* enable_timed_flush_seq_memtable: 是否开启顺序 Memtable
的定时刷盘,默认关闭。应当在开启时间分区后打开,定时刷盘非活跃时间分区下的 Memtable,为定时关闭 TsFileProcessor 作准备。
-
-* enable_timed_close_tsfile: 是否开启 TsFileProcessor
的定时关闭,默认关闭。应当在开启时间分区后打开,定时关闭非活跃时间分区下的 TsFileProcessor,减少内存占用。
+* enable_timed_flush_seq_memtable: 是否开启顺序 Memtable
的定时刷盘,默认关闭。应当在开启时间分区后打开,定时刷盘非活跃时间分区下的 Memtable,为定时关闭 TsFileProcessor 作准备。
\ No newline at end of file
diff --git a/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
b/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
index 9c0b9e695d..2c389d80e8 100644
--- a/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
@@ -616,33 +616,6 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|默认值| 600000 |
|改后生效方式| 触发生效 |
-* enable\_timed\_close\_tsfile
-
-|名字| enable\_timed\_close\_tsfile |
-|:---:|:---|
-|描述| 是否开启定时关闭 tsfile |
-|类型| Boolean |
-|默认值| true |
-|改后生效方式| 触发生效 |
-
-* close\_tsfile\_interval\_after\_flushing\_in\_ms
-
-|名字| close\_tsfile\_interval\_after\_flushing\_in\_ms |
-|:---:|:---|
-|描述| 当 tsfile 的上一个 memtable 刷盘时间小于当前时间减去该值且当前工作 memtable 为空时, 该 tsfile 需要被关闭 |
-|类型| Int32 |
-|默认值| 3600000 |
-|改后生效方式| 触发生效 |
-
-* close\_tsfile\_check\_interval\_in\_ms
-
-|名字| close\_tsfile\_check\_interval\_in\_ms |
-|:---:|:---|
-|描述| 检查 tsfile 是否需要关闭的时间间隔 |
-|类型| Int32 |
-|默认值| 600000 |
-|改后生效方式| 触发生效 |
-
* avg\_series\_point\_number\_threshold
|名字| avg\_series\_point\_number\_threshold |