Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query-profile): add DTO and VO models for query profile #2212

Merged
merged 11 commits into from
Apr 16, 2024

Conversation

LuckyPickleZZ
Copy link
Collaborator

What type of PR is this?

type-feature

What this PR does / why we need it:

Query profile is a feature used for SQL plan visualization and real-time diagnosis. It is based on constructing SQL plan data into a directed acyclic graph.
This PR adds the basic model for this feature and the method for constructing the graph.

@LuckyPickleZZ LuckyPickleZZ added this to the ODC 4.3.0 milestone Apr 15, 2024
@LuckyPickleZZ LuckyPickleZZ self-assigned this Apr 15, 2024
@LuckyPickleZZ LuckyPickleZZ requested a review from krihy as a code owner April 15, 2024 08:15
Copy link
Contributor

@yhilmare yhilmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yhilmare yhilmare merged commit f8bed43 into dev/4.3.x Apr 16, 2024
11 checks passed
@yhilmare yhilmare deleted the wenmu_430_feat_build_plan_graph branch April 16, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants