Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading