Update index.md

This commit is contained in:
wade zhang 2023-02-03 16:54:45 +08:00 committed by GitHub
parent 462873bffd
commit c21ab3b345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ The parameters described in this document by the effect that they have on the sy
| Meaning | Execution policy for query statements |
| Unit | None |
| Default | 1 |
| 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. |
| Value Range | 1: Run queries on vnodes and not on qnodes; 2: Run subtasks without scan operators on qnodes and subtasks with scan operators on vnodes; 3: Only run scan operators on vnodes, and run all other operators on qnodes. |
### querySmaOptimize