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

Tracking: query profiling framework #11874

Closed
3 tasks
leiysky opened this issue Jun 27, 2023 · 1 comment
Closed
3 tasks

Tracking: query profiling framework #11874

leiysky opened this issue Jun 27, 2023 · 1 comment
Assignees
Labels
C-feature Category: feature

Comments

@leiysky
Copy link
Contributor

leiysky commented Jun 27, 2023

Derived from #4238.

To provide a better experience in profiling query performance issues, we will need a framework to record and display the execution info of any specific query.

A profiling library has been proposed in #10023, which will record some execution information and display it via EXPLAIN ANALYZE statement.

A system table query_profile has been proposed in #11760, which can be used to query the profile information of specific queries with query id.

Further works:

  • Support recording profile information for queries run in cluster mode
  • Support recording table scan profile information
  • GUI tool for displaying the query profile
@BohuTANG
Copy link
Member

Now:
image

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

No branches or pull requests

2 participants