You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/07/31 00:53:59 UTC

[iotdb] branch rel/0.12 updated: modified the description of tlog (#3651)

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

haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 85d43e8  modified the description of tlog (#3651)
85d43e8 is described below

commit 85d43e8c7c7fb0fbf921f16b6ff9ab0eb5ee11af
Author: lisijia <44...@users.noreply.github.com>
AuthorDate: Sat Jul 31 08:53:31 2021 +0800

    modified the description of tlog (#3651)
---
 docs/SystemDesign/SchemaManager/SchemaManager.md    | 2 +-
 docs/zh/SystemDesign/SchemaManager/SchemaManager.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/SystemDesign/SchemaManager/SchemaManager.md b/docs/SystemDesign/SchemaManager/SchemaManager.md
index aec2adf..fe5d768 100644
--- a/docs/SystemDesign/SchemaManager/SchemaManager.md
+++ b/docs/SystemDesign/SchemaManager/SchemaManager.md
@@ -297,7 +297,7 @@ Schema operation examples and the corresponding parsed mlog record:
 ## TLog
 * org.apache.iotdb.db.metadata.TagLogFile
 
-All timeseries tag/attribute information will be saved in the tag file, which defaults to data/system/schema/mlog.bin.
+All timeseries tag/attribute information will be saved in the tag file, which defaults to data/system/schema/tlog.txt.
 
 * Total number of bytes of persistence for tags and attributes of each time series is L, which can be configured in the iotdb-engine.properties
 
diff --git a/docs/zh/SystemDesign/SchemaManager/SchemaManager.md b/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
index 97eb4a0..c31bb7e 100644
--- a/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
+++ b/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
@@ -295,7 +295,7 @@ mlog.bin 存储二进制编码。我们可以使用[MlogParser Tool](https://iot
 * org.apache.iotdb.db.metadata.TagLogFile
 
 
-所有时间序列的标签/属性信息都会保存在标签文件中,此文件默认为 data/system/schema/mlog.bin。
+所有时间序列的标签/属性信息都会保存在标签文件中,此文件默认为 data/system/schema/tlog.txt。
 
 * 每条时间序列的 tags 和 attributes 持久化总字节数为 L,在 iotdb-engine.properties 中配置。