From d99fe3b0eb8bf3fd0621b414029768c0510a0b94 Mon Sep 17 00:00:00 2001 From: qiaojialin <646274302@qq.com> Date: Sun, 12 Apr 2020 10:45:51 +0800 Subject: [PATCH] add issue for new tsfile pr --- tsfile/format-changelist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsfile/format-changelist.md b/tsfile/format-changelist.md index 37eb3923fde..fc7ced91e15 100644 --- a/tsfile/format-changelist.md +++ b/tsfile/format-changelist.md @@ -27,7 +27,7 @@ Last Updated on 2019-11-28 by Jialin Qiao. | PR# | Name | Author | Changes | | ---- | ------------------------------------------------------------ | --------------- | ------------------------------------------------------------ | | 587 | [IOTDB-325] Refactor Statistics | qiaojialin | Move start time, end time, count in PageHeader and ChunkMetadata into Statistics; Remove maxTombstoneTime in ChunkHeader | -| 855 | New TsFile | HTHou | Remove ChunkGroupMetadata, store ChunkMetadata list by series, Add TimeseriesMetadata for each series | +| 855 | [IOTDB-587] New TsFile version 2 | HTHou | Remove ChunkGroupMetadata, store ChunkMetadata list by series, Add TimeseriesMetadata for each series | | 1024 | [IOTDB-585] Fix recover version bug | qiaojialin | Add MetaMarker.VERSION and version behind each flushing memtable (flushAllChunkGroups) | # 0.8.0 (version-0) -> version-1