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

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


    from e4801d9  update slides link to slideshare
     new 72169dc  feat:add vm
     new 1771ef0  fix chunkmeta bugs
     new ea534cf  update hot merge
     new de6130e  Merge branch 'hot_compaction' into add_vm_merge
     new 873ad3b  Merge pull request #1401 from zhanglingzhe0820/add_vm_merge

The 3646 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.


Summary of changes:
 .../resources/conf/iotdb-engine.properties         |   8 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  50 +++++-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 154 +++++++++++++++++-
 .../db/engine/storagegroup/TsFileProcessor.java    | 180 ++++++++++++++++++---
 .../writelog/recover/TsFileRecoverPerformer.java   |   4 +-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |  15 +-
 .../engine/storagegroup/TsFileProcessorTest.java   |  25 ++-
 .../tsfile/common/constant/TsFileConstant.java     |   2 +
 .../iotdb/tsfile/file/header/ChunkHeader.java      |  33 ++--
 .../iotdb/tsfile/file/metadata/ChunkMetadata.java  |  13 +-
 .../org/apache/iotdb/tsfile/read/common/Chunk.java |   8 +
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  |   1 +
 .../iotdb/tsfile/write/chunk/IChunkWriter.java     |   6 +
 13 files changed, 441 insertions(+), 58 deletions(-)

Reply via email to