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/03/14 03:24:53 UTC

[iotdb] branch Vector updated (fb51b68 -> a9d6687)

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

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


    from fb51b68  [To Vector] [IOTDB-1225] Support CreateAlignedTimeseriesPlan in MManager (#2831)
     add a9d6687  [To Vector] change the way of flushing memtable from by column to by row (#2832)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |  94 ++++++----------
 .../db/engine/storagegroup/TsFileProcessor.java    |  11 +-
 .../iotdb/db/metadata/template/Template.java       |   5 +-
 .../db/qp/physical/crud/CreateTemplatePlan.java    |   3 +-
 .../iotdb/db/utils/datastructure/VectorTVList.java | 122 ++++++++++++++++++++-
 .../file/metadata/statistics/Statistics.java       |   2 +
 6 files changed, 167 insertions(+), 70 deletions(-)