Skip to content

MGorkov/explain-postgresql-sublime

Repository files navigation

Explain PostgreSQL Explain PostgreSQL

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 external service with public access to format and analyze the query, so be carefull to upload proprietary code!

Uses public api from the explain.tensor.ru , the site can be changed in settings (e.g. to mirror https://explain-postgresql.com)

Learn more

Features

  • Beautifier and formatter for SQL CTRL+SHIFT+g Beautifier and formatter for SQL
  • Explain Analyze for query plan CTRL+SHIFT+e Beautifier and formatter for SQL

Settings

Explain PostgreSQL settings

Installing

Click the Package Control: Install Package menu item and choose Explain PostgreSQL

  1. Press CTRL+SHIFT+p
  2. Type Install Package
  3. Install Explain PostgreSQL

Please install and configure the SQLTools plugin first.

Download Manually

  1. Download the latest released zip file here
  2. Unzip the files to Explain PostgreSQL
  3. Find your Packages directory using the menu item Preferences -> Browse Packages...
  4. Copy the folder into your Sublime Text Packages directory

About

Explain PostgreSQL plugin for Sublime Text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages