You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/01/05 01:48:41 UTC

[iotdb] branch master updated (de2e626 -> 3cbf9af)

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

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


    from de2e626  [IOTDB-2101] Reduce the memory footprint of QueryDataSource (#4654)
     add 3cbf9af  [Docs] Add doc about insert data into aligned timeseries (#4705)

No new revisions were added by this update.

Summary of changes:
 .../UserGuide/Data-Concept/Auto-Create-MetaData.md |  14 +--
 docs/UserGuide/Data-Concept/Compression.md         |  95 +++++++++++++++++-
 .../Data-Concept/Data-Model-and-Terminology.md     |  37 ++++---
 docs/UserGuide/Data-Concept/Data-Type.md           |  14 +--
 docs/UserGuide/Data-Concept/Encoding.md            |  11 +-
 docs/UserGuide/Data-Concept/SDT.md                 | 111 ---------------------
 docs/UserGuide/Data-Concept/Schema-Template.md     |   8 +-
 docs/UserGuide/Data-Concept/Time-Partition.md      |   8 +-
 .../DML-Data-Manipulation-Language.md              |  33 +++++-
 .../UserGuide/Data-Concept/Auto-Create-MetaData.md |  14 +--
 docs/zh/UserGuide/Data-Concept/Compression.md      |  90 ++++++++++++++++-
 .../Data-Concept/Data-Model-and-Terminology.md     |  34 +++----
 docs/zh/UserGuide/Data-Concept/Data-Type.md        |  18 ++--
 docs/zh/UserGuide/Data-Concept/Encoding.md         |   6 +-
 docs/zh/UserGuide/Data-Concept/SDT.md              | 106 --------------------
 docs/zh/UserGuide/Data-Concept/Schema-Template.md  |  32 +++---
 docs/zh/UserGuide/Data-Concept/Time-Partition.md   |   8 +-
 .../DML-Data-Manipulation-Language.md              |  29 +++++-
 site/src/main/.vuepress/config.js                  |  10 +-
 19 files changed, 348 insertions(+), 330 deletions(-)
 delete mode 100644 docs/UserGuide/Data-Concept/SDT.md
 delete mode 100644 docs/zh/UserGuide/Data-Concept/SDT.md