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/03/30 12:49:16 UTC

[incubator-iotdb] branch new_TsFile updated (e653ab3 -> 3481c3b)

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

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


    from e653ab3  update tsfile format changelist
     add 3481c3b  use bloomfilter in TimeseriesMetadataCache

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/engine/cache/ChunkMetadataCache.java     | 14 +++++++-------
 .../db/engine/cache/TimeSeriesMetadataCache.java      | 18 +++++++++++++++++-
 .../iotdb/db/engine/cache/TsFileMetaDataCache.java    | 19 +++++++++----------
 .../iotdb/db/engine/storagegroup/TsFileResource.java  |  1 -
 .../iotdb/db/qp/physical/crud/RawDataQueryPlan.java   |  1 -
 .../iotdb/db/query/executor/LastQueryExecutor.java    | 17 +++++------------
 .../iotdb/db/query/executor/RawDataQueryExecutor.java |  1 -
 .../chunk/metadata/DiskChunkMetadataLoader.java       |  3 +--
 .../iotdb/db/query/reader/series/SeriesReader.java    |  1 -
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java    | 17 +++++------------
 .../iotdb/db/engine/cache/ChunkMetadataCacheTest.java | 14 ++------------
 .../iotdb/tsfile/file/metadata/TsFileMetadata.java    |  1 -
 12 files changed, 46 insertions(+), 61 deletions(-)