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 2021/01/16 02:44:23 UTC

[iotdb] branch master updated: IOTDB-1107 Doc have a little problem (#2504)

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 0e1629f  IOTDB-1107 Doc have a little problem (#2504)
0e1629f is described below

commit 0e1629f437efdc715ee7b6d7ffefb0a62d4a73d7
Author: wangchao316 <66...@users.noreply.github.com>
AuthorDate: Sat Jan 16 10:44:00 2021 +0800

    IOTDB-1107 Doc have a little problem (#2504)
---
 docs/zh/SystemDesign/StorageEngine/Compaction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/SystemDesign/StorageEngine/Compaction.md b/docs/zh/SystemDesign/StorageEngine/Compaction.md
index add0a3a..24e6696 100644
--- a/docs/zh/SystemDesign/StorageEngine/Compaction.md
+++ b/docs/zh/SystemDesign/StorageEngine/Compaction.md
@@ -203,7 +203,7 @@ level-1: t3-1 t4-1
 level-2: t0-2
 
 * NO_COMPACTION -> LEVEL_COMPACTION
-	* 此时因为因为删去了原始合并的 {mergeVersion + 1} 策略,所以所有文件将全部被放到0层
+	* 此时因为删去了原始合并的 {mergeVersion + 1} 策略,所以所有文件将全部被放到0层
 	* 每一次合并会最多取出满足 {merge_chunk_point_number} 的文件进行合并,直到将所有多余的文件合并完,进入正常的合并流程
 假设整个系统中有5个文件,此时恢复后的文件结构为:
 level-2: t0-0 t1-0 t2-0 t3-0 t4-0