Skip to content

Commit cdad4d5

Browse files
authored
Modify default values (#452)
* Modify default values * Modify default values
1 parent 8dea6b7 commit cdad4d5

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/UserGuide/Master/Tree/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Different configuration parameters take effect in the following three ways:
754754
|:-----------:|:---------------------------------------------------------------------------------------------------------|
755755
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
756756
| Type | int32 |
757-
| Default | 10800000 |
757+
| Default | 600000 |
758758
| Effective | hot-load |
759759

760760
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -763,7 +763,7 @@ Different configuration parameters take effect in the following three ways:
763763
|:---:|:---|
764764
|Description| the interval to check whether unsequence memtables need flushing |
765765
|Type|int32|
766-
|Default| 600000 |
766+
|Default| 30000 |
767767
|Effective| hot-load |
768768

769769
* tvlist\_sort\_algorithm

src/UserGuide/V1.3.0-2/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ Different configuration parameters take effect in the following three ways:
715715
|:-----------:|:---------------------------------------------------------------------------------------------------------|
716716
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
717717
| Type | int32 |
718-
| Default | 10800000 |
718+
| Default | 600000 |
719719
| Effective | hot-load |
720720

721721
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -724,7 +724,7 @@ Different configuration parameters take effect in the following three ways:
724724
|:---:|:---|
725725
|Description| the interval to check whether unsequence memtables need flushing |
726726
|Type|int32|
727-
|Default| 600000 |
727+
|Default| 30000 |
728728
|Effective| hot-load |
729729

730730
* tvlist\_sort\_algorithm

src/UserGuide/latest/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Different configuration parameters take effect in the following three ways:
754754
|:-----------:|:---------------------------------------------------------------------------------------------------------|
755755
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
756756
| Type | int32 |
757-
| Default | 10800000 |
757+
| Default | 600000 |
758758
| Effective | hot-load |
759759

760760
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -763,7 +763,7 @@ Different configuration parameters take effect in the following three ways:
763763
|:---:|:---|
764764
|Description| the interval to check whether unsequence memtables need flushing |
765765
|Type|int32|
766-
|Default| 600000 |
766+
|Default| 30000 |
767767
|Effective| hot-load |
768768

769769
* tvlist\_sort\_algorithm

src/zh/UserGuide/Master/Tree/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
775775
|:------:|:---------------------------------------------|
776776
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
777777
| 类型 | int32 |
778-
| 默认值 | 10800000 |
778+
| 默认值 | 600000 |
779779
| 改后生效方式 | 热加载 |
780780

781781
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -784,7 +784,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
784784
|:---:|:---|
785785
|描述| 检查乱序 memtable 是否需要刷盘的时间间隔 |
786786
|类型| int32 |
787-
|默认值| 600000 |
787+
|默认值| 30000 |
788788
|改后生效方式| 热加载 |
789789

790790
* tvlist\_sort\_algorithm

src/zh/UserGuide/V1.3.0-2/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
753753
|:------:|:---------------------------------------------|
754754
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
755755
| 类型 | int32 |
756-
| 默认值 | 10800000 |
756+
| 默认值 | 600000 |
757757
| 改后生效方式 | 热加载 |
758758

759759
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -762,7 +762,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
762762
|:---:|:---|
763763
|描述| 检查乱序 memtable 是否需要刷盘的时间间隔 |
764764
|类型| int32 |
765-
|默认值| 600000 |
765+
|默认值| 30000 |
766766
|改后生效方式| 热加载 |
767767

768768
* tvlist\_sort\_algorithm

src/zh/UserGuide/latest/Reference/Common-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
775775
|:------:|:---------------------------------------------|
776776
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
777777
| 类型 | int32 |
778-
| 默认值 | 10800000 |
778+
| 默认值 | 600000 |
779779
| 改后生效方式 | 热加载 |
780780

781781
* unseq\_memtable\_flush\_check\_interval\_in\_ms
@@ -784,7 +784,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
784784
|:---:|:---|
785785
|描述| 检查乱序 memtable 是否需要刷盘的时间间隔 |
786786
|类型| int32 |
787-
|默认值| 600000 |
787+
|默认值| 30000 |
788788
|改后生效方式| 热加载 |
789789

790790
* tvlist\_sort\_algorithm

0 commit comments

Comments
 (0)