doc: remove minSlidingTime and minIntervalTime
This commit is contained in:
parent
df4716a90a
commit
23f8209d2b
|
@ -352,34 +352,6 @@ The charset that takes effect is UTF-8.
|
|||
| Value Range | 0-4096 |
|
||||
| Default Value | 2x the CPU cores |
|
||||
|
||||
|
||||
## Continuous Query Parameters
|
||||
|
||||
### minSlidingTime
|
||||
|
||||
| Attribute | Description |
|
||||
| ------------- | -------------------------------------------------------- |
|
||||
| Applicable | Server Only |
|
||||
| Meaning | Minimum sliding time of time window |
|
||||
| Unit | millisecond or microsecond , depending on time precision |
|
||||
| Value Range | 10-1000000 |
|
||||
| Default Value | 10 |
|
||||
|
||||
### minIntervalTime
|
||||
|
||||
| Attribute | Description |
|
||||
| ------------- | --------------------------- |
|
||||
| Applicable | Server Only |
|
||||
| Meaning | Minimum size of time window |
|
||||
| Unit | millisecond |
|
||||
| Value Range | 1-1000000 |
|
||||
| Default Value | 10 |
|
||||
|
||||
:::info
|
||||
To prevent system resource from being exhausted by multiple concurrent streams, a random delay is applied on each stream automatically. `maxFirstStreamCompDelay` is the maximum delay time before a continuous query is started the first time. `streamCompDelayRatio` is the ratio for calculating delay time, with the size of the time window as base. `maxStreamCompDelay` is the maximum delay time. The actual delay time is a random time not bigger than `maxStreamCompDelay`. If a continuous query fails, `retryStreamComDelay` is the delay time before retrying it, also not bigger than `maxStreamCompDelay`.
|
||||
|
||||
:::
|
||||
|
||||
## Log Parameters
|
||||
|
||||
### logDir
|
||||
|
@ -664,8 +636,6 @@ To prevent system resource from being exhausted by multiple concurrent streams,
|
|||
| 10 | queryPolicy | No | Yes | |
|
||||
| 11 | querySmaOptimize | No | Yes | |
|
||||
| 12 | maxNumOfDistinctRes | Yes | Yes | |
|
||||
| 13 | minSlidingTime | Yes | Yes | |
|
||||
| 14 | minIntervalTime | Yes | Yes | |
|
||||
| 15 | countAlwaysReturnValue | Yes | Yes | |
|
||||
| 16 | dataDir | Yes | Yes | |
|
||||
| 17 | minimalDataDirGB | Yes | Yes | |
|
||||
|
|
|
@ -191,24 +191,6 @@ taos --dump-config
|
|||
| 取值范围 | 0:返回空行,1:返回 0 |
|
||||
| 缺省值 | 1 |
|
||||
|
||||
### minSlidingTime
|
||||
|
||||
| 属性 | 说明 |
|
||||
| -------- | -------------------------------- |
|
||||
| 适用范围 | 仅服务端适用 |
|
||||
| 含义 | sliding 的最小允许值 |
|
||||
| 单位 | 同数据库时间单位 |
|
||||
| 缺省值 | 1 |
|
||||
|
||||
### minIntervalTime
|
||||
|
||||
| 属性 | 说明 |
|
||||
| -------- | -------------------------------- |
|
||||
| 适用范围 | 仅服务端适用 |
|
||||
| 含义 | interval窗口的最小允许值 |
|
||||
| 单位 | 同数据库时间单位 |
|
||||
| 缺省值 | 1 |
|
||||
|
||||
## 区域相关
|
||||
|
||||
### timezone
|
||||
|
@ -656,8 +638,6 @@ charset 的有效值是 UTF-8。
|
|||
| 10 | queryPolicy | 否 | 是 | |
|
||||
| 11 | querySmaOptimize | 否 | 是 | |
|
||||
| 12 | maxNumOfDistinctRes | 是 | 是 | |
|
||||
| 13 | minSlidingTime | 是 | 是 | |
|
||||
| 14 | minIntervalTime | 是 | 是 | |
|
||||
| 15 | countAlwaysReturnValue | 是 | 是 | |
|
||||
| 16 | dataDir | 是 | 是 | |
|
||||
| 17 | minimalDataDirGB | 是 | 是 | |
|
||||
|
|
Loading…
Reference in New Issue