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

Make tidb generate binary plan to support the visual plan feature #35889

Closed
time-and-fate opened this issue Jul 1, 2022 · 0 comments · Fixed by #35698
Closed

Make tidb generate binary plan to support the visual plan feature #35889

time-and-fate opened this issue Jul 1, 2022 · 0 comments · Fixed by #35698
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@time-and-fate
Copy link
Member

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

@time-and-fate time-and-fate added the type/enhancement The issue or PR belongs to an enhancement. label Jul 1, 2022
@time-and-fate time-and-fate self-assigned this Jul 4, 2022
ti-chi-bot pushed a commit that referenced this issue Jul 9, 2022
ti-chi-bot pushed a commit that referenced this issue Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant