You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Description | the performer of inner unsequence space compaction task, Options: read_point, fast|
1838
+
| Type | String |
1839
+
| Default | fast |
1840
+
| Effective |Hot reload |
1841
1841
1842
1842
- compaction_priority
1843
1843
@@ -1846,7 +1846,7 @@ The `iotdb-system.properties` file contains various configurations for managing
1846
1846
| Description | The priority of compaction executionINNER_CROSS: prioritize inner space compaction, reduce the number of files firstCROSS_INNER: prioritize cross space compaction, eliminate the unsequence files firstBALANCE: alternate two compaction types |
1847
1847
| Type | String |
1848
1848
| Default | INNER_CROSS |
1849
-
| Effective |重启服务生效|
1849
+
| Effective |Restart required.|
1850
1850
1851
1851
- candidate_compaction_task_queue_size
1852
1852
@@ -1897,19 +1897,19 @@ The `iotdb-system.properties` file contains various configurations for managing
| Description | The target chunk size in compaction and when memtable reaches this threshold, flush the memtable to disk. |
1900
+
| Description | The target chunk size in flushing and compaction. If the size of a timeseries in memtable exceeds this, the data will be flushed to multiple chunks.|
| Description | The target point nums in one chunk in flushing and compaction. If the point number of a timeseries in memtable exceeds this, the data will be flushed to multiple chunks.|
1910
+
| Type |Int64 |
1911
+
| Default | 100000 |
1912
+
| Effective | Restart required. |
1913
1913
1914
1914
- chunk_size_lower_bound_in_compaction
1915
1915
@@ -1922,12 +1922,12 @@ The `iotdb-system.properties` file contains various configurations for managing
1922
1922
1923
1923
- chunk_point_num_lower_bound_in_compaction
1924
1924
1925
-
| Name | chunk_point_num_lower_bound_in_compaction |
0 commit comments