Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 949 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 949 Bytes

Explain PostgreSQL for VS Code

Analyzes EXPLAIN plan from PostgreSQL and related (Greenplum, Citus, TimescaleDB and Amazon RedShift).

Shows plan and node details and visualizations with piechart, flowchart and tilemap, also gives smart recommendations to improve query.

Uses the public api from the explain.tensor.ru , the site can be changed in Settings.

Learn more

Features

  • Beautifier and formatter for SQL

Format SQL

  • Explain Analyze for query plan

Explain Analyze

  • Explain PostgreSQL site in an editor window

Explain PostgreSQL

Requirements

This extension depends on SQLTools

Extension Settings

Explain PostgreSQL