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 2020/06/29 03:17:20 UTC

[incubator-iotdb] branch master updated (46e78a0 -> a9e9c97)

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

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


    from 46e78a0  Merge pull request #1408 from mychaow/master
     add 32927b5  Clear mlog when creating snapshot
     add b282f1e  No need to serialize snapshotLineNumber Add user guide and system design documents
     add 6919a79  Fix typo
     add a9e9c97  Add more system design documents

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/SchemaManager/SchemaManager.md   | 36 ++++++++++++++---
 .../DDL Data Definition Language.md                |  7 ++++
 docs/UserGuide/Operation Manual/SQL Reference.md   | 11 +++++-
 .../zh/SystemDesign/SchemaManager/SchemaManager.md | 39 ++++++++++++++++---
 .../DDL Data Definition Language.md                |  6 +++
 .../zh/UserGuide/Operation Manual/SQL Reference.md |  9 ++++-
 .../org/apache/iotdb/db/metadata/MLogWriter.java   | 13 ++++++-
 .../org/apache/iotdb/db/metadata/MManager.java     | 45 ++++++++--------------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 21 ++--------
 .../db/integration/IoTDBCreateSnapshotIT.java      |  1 -
 10 files changed, 125 insertions(+), 63 deletions(-)