File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments