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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1370838190 set default config item 
'enableInsertionCrossSpaceCompaction' to true (#11861)
e1370838190 is described below

commit e13708381901c0d75620160face88491db5dd792
Author: shuwenwei <[email protected]>
AuthorDate: Tue Jan 9 12:30:58 2024 +0800

    set default config item 'enableInsertionCrossSpaceCompaction' to true 
(#11861)
---
 .../datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java    | 2 +-
 .../node-commons/src/assembly/resources/conf/iotdb-common.properties    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index c4a59baa38f..fed153c9b7b 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -426,7 +426,7 @@ public class IoTDBConfig {
   private boolean enableCrossSpaceCompaction = true;
 
   /** Insert the non overlapped unsequence files into sequence space */
-  private boolean enableInsertionCrossSpaceCompaction = false;
+  private boolean enableInsertionCrossSpaceCompaction = true;
 
   /** The buffer for sort operation */
   private long sortBufferSize = 1024 * 1024L;
diff --git 
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties 
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 7c559f00fad..9102583cf38 100644
--- 
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ 
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -572,7 +572,7 @@ timestamp_precision=ms
 
 # insertion cross space compaction: directly move the non overlapped 
unsequence files into sequence space (under test)
 # Datatype: boolean
-# enable_insertion_cross_space_compaction=false
+# enable_insertion_cross_space_compaction=true
 
 # the selector of cross space compaction task
 # Options: rewrite

Reply via email to