Skip to content

MGorkov/Eclipse-and-DBeaver-plugin

Repository files navigation

Explain PostgreSQL plugin for Eclipse and Dbeaver

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 Preferences.

Uses the Chromium Integration for Eclipse to open the site.

Learn more

Usage:

  • Database Development:
    • Format query - select "Format SQL" from the context menu of the SQL editor
    • Explain plan - select "Get Execution Plan" from the context menu of the SQL editor
  • DBeaver
    • Format query - select "Format SQL" from the context menu of the SQL editor
    • Explain plan - select "Execute | Explain Execution Plan" from the context menu.
  • Preferences
    • Select "Explain PostgreSQL" from Eclipse's Preferences.

Install

From the Eclipse menu, choose Help -> Install new software and enter the URL:
https://explain.tensor.ru/downloads/plugins/eclipse/

Support

About

Explain PostgreSQL plugin for Eclipse and DBeaver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages