docs:fix docs table format
This commit is contained in:
parent
1711275400
commit
9ca44cd5cd
|
@ -162,11 +162,7 @@ The parameters described in this document by the effect that they have on the sy
|
||||||
| Meaning | Execution policy for query statements |
|
| Meaning | Execution policy for query statements |
|
||||||
| Unit | None |
|
| Unit | None |
|
||||||
| Default | 1 |
|
| Default | 1 |
|
||||||
| Value Range | 1: Run queries on vnodes and not on qnodes
|
| Value Range | 1: Run queries on vnodes and not on qnodes<br>2: Run subtasks without scan operators on qnodes and subtasks with scan operators on vnodes.<br>3: Only run scan operators on vnodes; run all other operators on qnodes. |
|
||||||
|
|
||||||
2: Run subtasks without scan operators on qnodes and subtasks with scan operators on vnodes.
|
|
||||||
|
|
||||||
3: Only run scan operators on vnodes; run all other operators on qnodes. |
|
|
||||||
|
|
||||||
### querySmaOptimize
|
### querySmaOptimize
|
||||||
|
|
||||||
|
@ -176,11 +172,7 @@ The parameters described in this document by the effect that they have on the sy
|
||||||
| Meaning | SMA index optimization policy |
|
| Meaning | SMA index optimization policy |
|
||||||
| Unit | None |
|
| Unit | None |
|
||||||
| Default Value | 0 |
|
| Default Value | 0 |
|
||||||
| Notes |
|
| Notes |0: Disable SMA indexing and perform all queries on non-indexed data.<br>1: Enable SMA indexing and perform queries from suitable statements on precomputation results.|
|
||||||
|
|
||||||
0: Disable SMA indexing and perform all queries on non-indexed data.
|
|
||||||
|
|
||||||
1: Enable SMA indexing and perform queries from suitable statements on precomputation results.|
|
|
||||||
|
|
||||||
### countAlwaysReturnValue
|
### countAlwaysReturnValue
|
||||||
|
|
||||||
|
|
|
@ -162,11 +162,7 @@ taos --dump-config
|
||||||
| 含义 | 查询语句的执行策略 |
|
| 含义 | 查询语句的执行策略 |
|
||||||
| 单位 | 无 |
|
| 单位 | 无 |
|
||||||
| 缺省值 | 1 |
|
| 缺省值 | 1 |
|
||||||
| 补充说明 | 1: 只使用 vnode,不使用 qnode |
|
| 补充说明 | 1: 只使用 vnode,不使用 qnode<br>2: 没有扫描算子的子任务在 qnode 执行,带扫描算子的子任务在 vnode 执行<br>3: vnode 只运行扫描算子,其余算子均在 qnode 执行 |
|
||||||
|
|
||||||
2: 没有扫描算子的子任务在 qnode 执行,带扫描算子的子任务在 vnode 执行
|
|
||||||
|
|
||||||
3: vnode 只运行扫描算子,其余算子均在 qnode 执行 |
|
|
||||||
|
|
||||||
### querySmaOptimize
|
### querySmaOptimize
|
||||||
|
|
||||||
|
@ -176,11 +172,7 @@ taos --dump-config
|
||||||
| 含义 | sma index 的优化策略 |
|
| 含义 | sma index 的优化策略 |
|
||||||
| 单位 | 无 |
|
| 单位 | 无 |
|
||||||
| 缺省值 | 0 |
|
| 缺省值 | 0 |
|
||||||
| 补充说明 |
|
| 补充说明 |0: 表示不使用 sma index,永远从原始数据进行查询<br>1: 表示使用 sma index,对符合的语句,直接从预计算的结果进行查询 |
|
||||||
|
|
||||||
0: 表示不使用 sma index,永远从原始数据进行查询
|
|
||||||
|
|
||||||
1: 表示使用 sma index,对符合的语句,直接从预计算的结果进行查询 |
|
|
||||||
|
|
||||||
### maxNumOfDistinctRes
|
### maxNumOfDistinctRes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue