Skip to content

Commit

Permalink
Update 6.cheatsheet-for-ngql-command.md (#2565)
Browse files Browse the repository at this point in the history
* Update 6.cheatsheet-for-ngql-command.md

* Update 6.cheatsheet-for-ngql.md

---------

Co-authored-by: Abby <78209557+abby-cyber@users.noreply.github.com>
  • Loading branch information
fixpng and abby-cyber committed Jun 18, 2024
1 parent d6982ed commit 3f6ae4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-2.0-en/2.quick-start/6.cheatsheet-for-ngql.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
| Type | Syntax | Example | Description |
| ------------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------------------- |
| [EXPLAIN](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `EXPLAIN [format="row" | "dot"] <your_nGQL_statement>` | `EXPLAIN format="row" SHOW TAGS`<br>`EXPLAIN format="dot" SHOW TAGS` | Helps output the execution plan of an nGQL statement without executing the statement. |
| [PROFILE](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `PROFILE [format="row" | "dot"] <your_nGQL_statement>` | `PROFILE format="row" SHOW TAGS`<br>`EXPLAIN format="dot" SHOW TAGS` | Executes the statement, then outputs the execution plan as well as the execution profile. |
| [PROFILE](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `PROFILE [format="row" | "dot"] <your_nGQL_statement>` | `PROFILE format="row" SHOW TAGS`<br>`PROFILE format="dot" SHOW TAGS` | Executes the statement, then outputs the execution plan as well as the execution profile. |

## Operation and maintenance statements

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/2.quick-start/6.cheatsheet-for-ngql-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
| 类型 | 语法 | 示例 | 说明 |
| ------------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------------------- |
| [EXPLAIN](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `EXPLAIN [format="row" | "dot"] <your_nGQL_statement>` | `EXPLAIN format="row" SHOW TAGS`<br>`EXPLAIN format="dot" SHOW TAGS` | 输出 nGQL 语句的执行计划,但不会执行 nGQL 语句。 |
| [PROFILE](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `PROFILE [format="row" | "dot"] <your_nGQL_statement>` | `PROFILE format="row" SHOW TAGS`<br>`EXPLAIN format="dot" SHOW TAGS` | 执行 nGQL 语句,然后输出执行计划和执行概要。 |
| [PROFILE](../3.ngql-guide/17.query-tuning-statements/1.explain-and-profile.md) | `PROFILE [format="row" | "dot"] <your_nGQL_statement>` | `PROFILE format="row" SHOW TAGS`<br>`PROFILE format="dot" SHOW TAGS` | 执行 nGQL 语句,然后输出执行计划和执行概要。 |

## 运维

Expand Down

0 comments on commit 3f6ae4e

Please sign in to comment.