docs:fix docs table format

This commit is contained in:
cadem 2023-02-03 16:08:16 +08:00
parent 1711275400
commit 9ca44cd5cd
2 changed files with 4 additions and 20 deletions

View File

@ -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

View File

@ -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