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: explain an existing MV to show the fragment_id, table id and names #14201

Open
fuyufjh opened this issue Dec 26, 2023 · 2 comments
Open
Assignees
Labels
help wanted Issues that need help from contributors type/feature
Milestone

Comments

@fuyufjh
Copy link
Member

fuyufjh commented Dec 26, 2023

Is your feature request related to a problem? Please describe.

Currently, it's difficult to tell which state table belongs to which part of the execution plan.

Describe the solution you'd like

We may provide a syntax like

explain <table_or_mv_or_sink_name>

and then it will print a physical plan (i.e. fragments) with the real IDs, including (and not limited to) fragment_id, table id and names, etc.

Describe alternatives you've considered

This is an alternative to the dashboard. Would be helpful when we can't access the dashboard easily.

Additional context

No response

@github-actions github-actions bot added this to the release-1.6 milestone Dec 26, 2023
@lmatz
Copy link
Contributor

lmatz commented Jan 3, 2024

thinking it can be integrated into the diagnose command,
users just one click and print all the query plans for off-site debugging

@fuyufjh
Copy link
Member Author

fuyufjh commented Jan 9, 2024

thinking it can be integrated into the diagnose command, users just one click and print all the query plans for off-site debugging

Right. That's also what I think.

@fuyufjh fuyufjh modified the milestones: release-1.6, release-1.7 Jan 9, 2024
@fuyufjh fuyufjh added the help wanted Issues that need help from contributors label Mar 6, 2024
@fuyufjh fuyufjh modified the milestones: release-1.7, release-1.8 Mar 6, 2024
@fuyufjh fuyufjh self-assigned this Apr 8, 2024
@fuyufjh fuyufjh modified the milestones: release-1.8, release-1.9 Apr 8, 2024
@fuyufjh fuyufjh modified the milestones: release-1.9, release-1.10 May 13, 2024
@fuyufjh fuyufjh removed their assignment Jul 10, 2024
@shanicky shanicky modified the milestones: release-1.11, release-1.10 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Issues that need help from contributors type/feature
Projects
None yet
Development

No branches or pull requests

3 participants