Enhance Plan Studio for deep analysis and performance recommendations#80
Merged
Conversation
…tions - Introduced a new Plan Studio for analyzing PostgreSQL query execution plans, allowing users to visualize and understand performance bottlenecks. - Implemented deep plan analysis to identify critical functions, CTEs, and subqueries, providing severity ratings and recommendations for optimization. - Added functionality to save and link execution plans to notebooks, enhancing user workflow and documentation capabilities. - Enhanced the user interface with shared CSS for consistent styling across panels and improved user experience. These updates significantly enhance the PostgreSQL Explorer extension's capabilities for query performance analysis and optimization.
…e summary workflow Co-authored-by: Copilot <copilot@github.com>
…with DOM APIs instead of innerHTML
…nstead of innerHTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several major new features and improvements to the PostgreSQL Explorer extension, most notably a new Plan Studio workspace for advanced query plan analysis, enhancements to the schema designer and query result rendering, and updates to telemetry and UX workflows. It also includes dependency and compatibility updates, security improvements for workflows, and expanded telemetry tracking.
Major features and enhancements:
EXPLAINanalysis, including plan comparison, flame graphs, and performance recommendations. This includes new message handlers, panel integration, and notebook helpers for explain reports. [1] [2] [3] [4]User experience and workflow improvements:
Security and compatibility updates:
^1.107.0, bumped extension version to1.3.8, and refreshed several dev dependencies for improved compatibility and security. [1] [2] [3]Changelog: