Query Performance Tracking & Message Handling Refactor#55
Merged
ric-v merged 2 commits intodev-asterix:mainfrom Feb 15, 2026
Merged
Query Performance Tracking & Message Handling Refactor#55ric-v merged 2 commits intodev-asterix:mainfrom
ric-v merged 2 commits intodev-asterix:mainfrom
Conversation
…g with a new service architecture, while removing the AI CodeLens.
…message handling, and update documentation and version.
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 significant new features and architectural improvements focused on query performance tracking, enhanced explain plan visualization, and a robust message handling system. It also removes the legacy AI CodeLens provider and cleans up related code, streamlining the extension's interface and maintainability.
Major new features and improvements:
EXPLAIN (FORMAT JSON)output, making query execution paths more understandable via improved graphical representations.Architectural and codebase improvements:
MessageHandlerRegistrypattern. This brings improved stability, easier extensibility, and clearer separation of concerns for handling notebook/renderer messages. [1] [2]AiCodeLensProvider) and its registration have been removed, cleaning up the notebook cell interface and focusing CodeLens actions on query-related features. [1] [2] [3]Other notable changes:
CHANGELOG.mdandREADME.mdhave been updated to reflect the new features and improvements, ensuring users are aware of the latest capabilities. [1] [2] [3]These changes collectively improve the extension's performance insight capabilities, user experience, and code maintainability.