You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/10/10 10:10:15 UTC

[iotdb] branch IOTDB-4584 updated (ab2de0a0ee -> 777290edab)

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

marklau99 pushed a change to branch IOTDB-4584
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from ab2de0a0ee use mem table size to calculate budget for metadata
     add 777290edab combine two param that controls chunk metadata into one

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-datanode.properties       |  8 +++----
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 25 ++++++++--------------
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  | 12 +++--------
 .../RewriteCrossSpaceCompactionSelector.java       |  7 ++++--
 .../impl/ReadChunkCompactionPerformer.java         |  4 +---
 .../writer/CrossSpaceCompactionWriter.java         |  4 +---
 .../writer/InnerSpaceCompactionWriter.java         |  4 +---
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |  2 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |  4 +---
 .../file/AbstractTsFileRecoverPerformer.java       |  2 +-
 10 files changed, 26 insertions(+), 46 deletions(-)