-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Make tidb generate binary plan to support the visual plan feature #35889
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
time-and-fate
added
the
type/enhancement
The issue or PR belongs to an enhancement.
label
Jul 1, 2022
12 tasks
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 6, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 6, 2022
This was referenced Jul 6, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 8, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 9, 2022
Merged
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
The dashboard is implementing a feature to display the execution plan visually instead of a string.
This needs tidb to output the execution plan more structurally.
We add a new message to transmit the execution plan in protobuf: pingcap/tipb#265
And we plan to add a new field to output it in the slow query/slow log and the statements summary.
Design of the changes at tidb side (in Chinese): https://docs.google.com/document/d/14PyiK1rEZ4OjCpmWSW-9l0wHlYeL9EA0vaPdtWVl44g/edit
The text was updated successfully, but these errors were encountered: