Skip to content

Commit f9035ab

Browse files
update explain query including mssql (#957)
1 parent adfb042 commit f9035ab

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
16.1 KB
Loading
4.49 KB
Loading

mintlify/sql-editor/run-queries.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,17 @@ Otherwise, you can request the exported data
7777

7878
SQL Editor provides an `Explain Query` action to run EXPLAIN on the selected query. You can access it from right click or use the shortcut key `(⌘ + E)` instead of prepending EXPLAIN manually.
7979

80-
For PostgreSQL database, Bytebase also embeds [PEV2](https://github.com/dalibo/pev2) to visualize the plan.
80+
Bytebase provides visual plan representations for different databases:
8181

82-
![visualize-plan](/content/docs/sql-editor/explain-postgres-1.webp)
83-
![visualize-plan](/content/docs/sql-editor/explain-postgres-2.webp)
82+
- **PostgreSQL**: Embeds [PEV2](https://github.com/dalibo/pev2) to visualize the execution plan
83+
84+
![visualize-plan](/content/docs/sql-editor/explain-postgres-1.webp)
85+
![visualize-plan](/content/docs/sql-editor/explain-postgres-2.webp)
86+
87+
- **SQL Server**: Provides native graphical execution plan visualization
88+
89+
![mssql-visualize-plan](/content/docs/sql-editor/explain-mssql-1.webp)
90+
![mssql-visualize-plan](/content/docs/sql-editor/explain-mssql-2.webp)
8491

8592
## Batch mode
8693

0 commit comments

Comments
 (0)