Skip to content

Commit

Permalink
Modify default values (#452)
Browse files Browse the repository at this point in the history
* Modify default values

* Modify default values
  • Loading branch information
mal117 authored Dec 6, 2024
1 parent 8dea6b7 commit cdad4d5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/UserGuide/Master/Tree/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ Different configuration parameters take effect in the following three ways:
|:-----------:|:---------------------------------------------------------------------------------------------------------|
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
| Type | int32 |
| Default | 10800000 |
| Default | 600000 |
| Effective | hot-load |

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

* tvlist\_sort\_algorithm
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V1.3.0-2/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ Different configuration parameters take effect in the following three ways:
|:-----------:|:---------------------------------------------------------------------------------------------------------|
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
| Type | int32 |
| Default | 10800000 |
| Default | 600000 |
| Effective | hot-load |

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

* tvlist\_sort\_algorithm
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/latest/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ Different configuration parameters take effect in the following three ways:
|:-----------:|:---------------------------------------------------------------------------------------------------------|
| Description | if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
| Type | int32 |
| Default | 10800000 |
| Default | 600000 |
| Effective | hot-load |

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

* tvlist\_sort\_algorithm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:------:|:---------------------------------------------|
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
| 类型 | int32 |
| 默认值 | 10800000 |
| 默认值 | 600000 |
| 改后生效方式 | 热加载 |

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

* tvlist\_sort\_algorithm
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V1.3.0-2/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:------:|:---------------------------------------------|
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
| 类型 | int32 |
| 默认值 | 10800000 |
| 默认值 | 600000 |
| 改后生效方式 | 热加载 |

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

* tvlist\_sort\_algorithm
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/latest/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
|:------:|:---------------------------------------------|
| 描述 | 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
| 类型 | int32 |
| 默认值 | 10800000 |
| 默认值 | 600000 |
| 改后生效方式 | 热加载 |

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

* tvlist\_sort\_algorithm
Expand Down

0 comments on commit cdad4d5

Please sign in to comment.