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

[iotdb] branch description-tlog created (now e4a2926)

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

rong pushed a change to branch description-tlog
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at e4a2926  modified the description of tlog (#3651)

This branch includes the following new commits:

     new e4a2926  modified the description of tlog (#3651)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: modified the description of tlog (#3651)

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch description-tlog
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit e4a2926865c6e013de863b8e4323a04bb23e08f7
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 ba4568e..3eb42de 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.logfile.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 a6a7529..a705036 100644
--- a/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
+++ b/docs/zh/SystemDesign/SchemaManager/SchemaManager.md
@@ -290,7 +290,7 @@ mlog.bin 存储二进制编码。我们可以使用 [MlogParser Tool](https://io
 ## 标签文件
 * org.apache.iotdb.db.metadata.logfile.TagLogFile
 
-所有时间序列的标签/属性信息都会保存在标签文件中,此文件默认为 data/system/schema/mlog.bin。
+所有时间序列的标签/属性信息都会保存在标签文件中,此文件默认为 data/system/schema/tlog.txt。
 
 * 每条时间序列的 tags 和 attributes 持久化总字节数为 L,在 iotdb-engine.properties 中配置。