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/02/03 08:30:36 UTC

[incubator-iotdb] branch new_series_reader updated (326b1ea -> 0a81003)

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

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


    from 326b1ea  simplify aggregation
     add 2395075  Add design documents (#757)
     add 0a81003  Merge remote-tracking branch 'origin/master' into new_series_reader

No new revisions were added by this update.

Summary of changes:
 docs/{ => Community}/Community-History&Vision.md   |  0
 docs/{ => Community}/Community-Powered By.md       |  0
 .../Community-Project Committers.md                |  0
 docs/{ => Development}/Development-Chinese.md      |  0
 docs/{ => Development}/Development-Contributing.md |  3 +
 docs/{ => Development}/Development-Document.md     |  3 +
 docs/{ => Development}/Development-IDE.md          |  0
 docs/{ => Development}/Development-VoteRelease.md  |  0
 .../SystemDesign/0-Architecture/1-Architecture.md  | 55 +++++++++++++
 .../1-TsFile/1-TsFile.md}                          | 11 ++-
 .../1-TsFile/2-Format.md}                          |  7 +-
 .../SystemDesign/1-TsFile/3-Write.md               | 65 +++++++++++++++
 .../SystemDesign/1-TsFile/4-Read.md}               |  7 +-
 .../SystemDesign/2-QueryEngine/1-QueryEngine.md    | 64 +++++++++++++++
 .../SystemDesign/2-QueryEngine/2-Planner.md        | 63 +++++++++++++++
 .../SystemDesign/2-QueryEngine/3-PlanExecutor.md}  |  6 +-
 .../3-SchemaManager/1-SchemaManager.md}            |  6 +-
 .../4-StorageEngine/1-StorageEngine.md             | 92 ++++++++++++++++++++++
 .../SystemDesign/4-StorageEngine/2-WAL.md}         |  6 +-
 .../SystemDesign/4-StorageEngine/3-FlushManager.md | 84 ++++++++++++++++++++
 .../4-StorageEngine/4-MergeManager.md}             |  6 +-
 .../SystemDesign/5-DataQuery/1-DataQuery.md        | 67 ++++++++++++++++
 .../2-Files.md => 8-Architecture/1-Files.md}       |  0
 .../2-Writing Data on HDFS.md}                     |  0
 .../3-Shared Nothing Cluster.md}                   |  0
 .../SystemDesign/0-Content.md}                     | 24 +++++-
 .../SystemDesign/1-TsFile/1-TsFile.md}             | 10 ++-
 .../1-TsFile/2-Format.md}                          |  6 +-
 .../SystemDesign/1-TsFile/3-Write.md}              |  4 +-
 .../SystemDesign/1-TsFile/4-Read.md}               |  4 +-
 .../{Developers => SystemDesign}/release.adoc      |  0
 docs/Documentation/UserGuide/0-Content.md          |  9 +--
 .../2-Files.md => 8-Architecture/1-Files.md}       |  0
 .../2-Writing Data on HDFS.md}                     |  0
 .../3-Shared Nothing Cluster.md}                   |  0
 pom.xml                                            |  4 +
 36 files changed, 568 insertions(+), 38 deletions(-)
 copy docs/{ => Community}/Community-History&Vision.md (100%)
 rename docs/{ => Community}/Community-Powered By.md (100%)
 rename docs/{ => Community}/Community-Project Committers.md (100%)
 rename docs/{ => Development}/Development-Chinese.md (100%)
 rename docs/{ => Development}/Development-Contributing.md (98%)
 rename docs/{ => Development}/Development-Document.md (90%)
 rename docs/{ => Development}/Development-IDE.md (100%)
 rename docs/{ => Development}/Development-VoteRelease.md (100%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/0-Architecture/1-Architecture.md
 copy docs/Documentation-CHN/{UserGuide/8-System Design (Developer)/4-Shared Nothing Cluster.md => SystemDesign/1-TsFile/1-TsFile.md} (79%)
 rename docs/Documentation-CHN/{UserGuide/8-System Design (Developer)/1-Hierarchy.md => SystemDesign/1-TsFile/2-Format.md} (99%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md
 copy docs/{Community-History&Vision.md => Documentation-CHN/SystemDesign/1-TsFile/4-Read.md} (93%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/2-QueryEngine/1-QueryEngine.md
 create mode 100644 docs/Documentation-CHN/SystemDesign/2-QueryEngine/2-Planner.md
 copy docs/{Community-History&Vision.md => Documentation-CHN/SystemDesign/2-QueryEngine/3-PlanExecutor.md} (90%)
 copy docs/Documentation-CHN/{UserGuide/8-System Design (Developer)/4-Shared Nothing Cluster.md => SystemDesign/3-SchemaManager/1-SchemaManager.md} (70%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/4-StorageEngine/1-StorageEngine.md
 copy docs/{Community-History&Vision.md => Documentation-CHN/SystemDesign/4-StorageEngine/2-WAL.md} (92%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/4-StorageEngine/3-FlushManager.md
 copy docs/{Community-History&Vision.md => Documentation-CHN/SystemDesign/4-StorageEngine/4-MergeManager.md} (91%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/5-DataQuery/1-DataQuery.md
 rename docs/Documentation-CHN/UserGuide/{8-System Design (Developer)/2-Files.md => 8-Architecture/1-Files.md} (100%)
 rename docs/Documentation-CHN/UserGuide/{8-System Design (Developer)/3-Writing Data on HDFS.md => 8-Architecture/2-Writing Data on HDFS.md} (100%)
 copy docs/Documentation-CHN/UserGuide/{8-System Design (Developer)/4-Shared Nothing Cluster.md => 8-Architecture/3-Shared Nothing Cluster.md} (100%)
 copy docs/{Documentation-CHN/UserGuide/8-System Design (Developer)/4-Shared Nothing Cluster.md => Documentation/SystemDesign/0-Content.md} (70%)
 rename docs/{Documentation-CHN/UserGuide/8-System Design (Developer)/4-Shared Nothing Cluster.md => Documentation/SystemDesign/1-TsFile/1-TsFile.md} (85%)
 rename docs/Documentation/{UserGuide/8-System Design (Developer)/1-Hierarchy.md => SystemDesign/1-TsFile/2-Format.md} (99%)
 copy docs/{Community-History&Vision.md => Documentation/SystemDesign/1-TsFile/3-Write.md} (96%)
 rename docs/{Community-History&Vision.md => Documentation/SystemDesign/1-TsFile/4-Read.md} (96%)
 rename docs/Documentation/{Developers => SystemDesign}/release.adoc (100%)
 rename docs/Documentation/UserGuide/{8-System Design (Developer)/2-Files.md => 8-Architecture/1-Files.md} (100%)
 rename docs/Documentation/UserGuide/{8-System Design (Developer)/3-Writing Data on HDFS.md => 8-Architecture/2-Writing Data on HDFS.md} (100%)
 rename docs/Documentation/UserGuide/{8-System Design (Developer)/4-Shared Nothing Cluster.md => 8-Architecture/3-Shared Nothing Cluster.md} (100%)