Skip to content

Commit

Permalink
Modify default values
Browse files Browse the repository at this point in the history
  • Loading branch information
mal117 committed Dec 6, 2024
1 parent cd64b5e commit af5ba80
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 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/V0.13.x/Reference/Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
|:---:|:---|
|Description| if a memTable's created time is older than current time minus this, the memtable will be flushed to disk |
|Type|Int32|
|Default| 3600000 |
|Default| 600000 |
|Effective| Trigger |

* unseq\_memtable\_flush\_check\_interval\_in\_ms
Expand All @@ -351,7 +351,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
|:---:|:---|
|Description| the interval to check whether unsequence memtables need flushing |
|Type|Int32|
|Default| 600000 |
|Default| 30000 |
|Effective| Trigger |

* enable\_timed\_close\_tsfile
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V1.0.x/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,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 @@ -733,7 +733,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.1.x/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,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 @@ -742,7 +742,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.2.x/Reference/Common-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,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 @@ -751,7 +751,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/V0.13.x/Reference/Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Server,客户端的使用方式详见 [SQL 命令行终端(CLI)](https://i
|:---:|:---|
|描述| 当 memTable 的创建时间小于当前时间减去该值时,该 memtable 需要被刷盘 |
|类型| Int32 |
|默认值| 3600000 |
|默认值| 600000 |
|改后生效方式| 触发生效 |

* unseq\_memtable\_flush\_check\_interval\_in\_ms
Expand All @@ -481,7 +481,7 @@ Server,客户端的使用方式详见 [SQL 命令行终端(CLI)](https://i
|:---:|:---|
|描述| 检查乱序 memtable 是否需要刷盘的时间间隔 |
|类型| Int32 |
|默认值| 600000 |
|默认值| 30000 |
|改后生效方式| 触发生效 |

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

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

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

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

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

* unseq\_memtable\_flush\_check\_interval\_in\_ms
Expand All @@ -790,7 +790,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 af5ba80

Please sign in to comment.