Skip to content

Commit a167cc3

Browse files
committed
chore: add visualize
1 parent d80b195 commit a167cc3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

content/docs/sql-editor/run-queries.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Otherwise, you can request the exported data
5656

5757
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.
5858

59+
For PostgreSQL database, Bytebase also embeds [PEV2](https://github.com/dalibo/pev2) to visualize the plan.
60+
61+
![visualize-plan](/content/docs/sql-editor/explain-postgres-1.webp)
62+
![visualize-plan](/content/docs/sql-editor/explain-postgres-2.webp)
63+
5964
## Autocomplete
6065

6166
![autocomplete](/content/docs/sql-editor/autocomplete.webp)
50.5 KB
Loading
15.6 KB
Loading

0 commit comments

Comments
 (0)