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

dolt does not have performance_schema database #8591

Open
jycor opened this issue Nov 22, 2024 · 3 comments
Open

dolt does not have performance_schema database #8591

jycor opened this issue Nov 22, 2024 · 3 comments
Labels
correctness We don't return the same result as MySQL enhancement New feature or request wontfix This will not be worked on

Comments

@jycor
Copy link
Contributor

jycor commented Nov 22, 2024

Some ORM and tools may want to use the performance_schema that is present in some MySQL servers, but dolt does not support this database.

@timsehn timsehn added enhancement New feature or request wontfix This will not be worked on correctness We don't return the same result as MySQL labels Nov 22, 2024
@MrSEKIRO
Copy link

Hi,
I also need this feature for optimizing my queries.
Other methods for profiling queries are also appreciated.

@timsehn
Copy link
Contributor

timsehn commented Jan 29, 2025

Hi, I also need this feature for optimizing my queries.

What specific features do you use from performance schema?

Other methods for profiling queries are also appreciated.

We tend to optimize queries using explain and explain plan.

@MrSEKIRO
Copy link

What specific features do you use from performance schema?

I want to see what slow queries are in the system, some indices missed when converting our previous database to dolt, and I want to identify if there is a performance issue.
Some apps like MySQL workbench use performance_schema to analyze databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correctness We don't return the same result as MySQL enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants