Skip to content

Commit 8080afa

Browse files
committed
chore: add extra desc for EXPLAIN ANALYZE GRAPHICAL
1 parent 96c503d commit 8080afa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/en/sql-reference/10-sql-commands/40-explain-cmds/explain-analyze-graphical.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
title: EXPLAIN ANALYZE GRAPHICAL
33
---
44

5+
:::warning
6+
7+
At present, the function has not been released, and the two PRS can be used when they are combined into the main branch: [#484](https://github.com/databendlabs/bendsql/pull/484) and [#16543](https://github.com/databendlabs/databend/pull/16543).
8+
9+
:::
10+
511
`EXPLAIN ANALYZE GRAPHICAL` used to open a browser page to display a query execution plan along with actual run-time performance statistics.
612

713
This is useful for analyzing query performance and identifying bottlenecks in a query.
814

9-
**Note:** This feature is available only in BendSQL.
10-
15+
**Note:** This feature is available only in BendSQL.
16+
1117
## Syntax
1218

1319
```sql
@@ -17,6 +23,7 @@ EXPLAIN ANALYZE GRAPHICAL <statement>
1723
## Examples
1824

1925
TPC-H Q21:
26+
2027
```sql
2128
EXPLAIN ANALYZE GRAPHICAL SELECT s_name,
2229
-> Count(*) AS numwait

0 commit comments

Comments
 (0)