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: Add explain analyze graphical feature for SQL performance visualization #484

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Maricaya
Copy link

@Maricaya Maricaya commented Sep 27, 2024

  • Implemented a new explain analyze graphical command to visualize SQL performance analysis.
  • Integrated front-end graphical components to display detailed query execution plans.
    This update provides an intuitive interface for users to analyze and optimize SQL queries visually.
20240928-211454.mp4

@Chasen-Zhang
Copy link
Member

Chasen-Zhang commented Sep 27, 2024

Please remove the "✨" in the title.

@Chasen-Zhang
Copy link
Member

Chasen-Zhang commented Sep 27, 2024

The contributor is from the Summer of Open Source Promotion Plan. Please help with the review when it is ready. @PsiACE @zhang2014 @everpcpc

@Maricaya Maricaya force-pushed the graphical branch 2 times, most recently from c34e805 to d7aaf9f Compare September 29, 2024 02:12
@Maricaya Maricaya changed the title ✨ feat: Add explain analyze graphical feature for SQL performance visualization feat: Add explain analyze graphical feature for SQL performance visualization Sep 29, 2024
@Maricaya Maricaya marked this pull request as ready for review September 29, 2024 06:37
* @param {number} milliseconds - The value in milliseconds to be formatted.
* @returns {string} - The formatted time string.
*/
export function filterMillisecond(milliseconds: number): string {
Copy link
Member

Choose a reason for hiding this comment

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

This function is too complicated to write, Please use the package: pretty-ms

https://www.npmjs.com/package/pretty-ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants