Replies: 2 comments
-
I don't think there's currently an open source tool that can directly solve this problem. But you can try writing an event listener to collect the execution information of these SQL statements, and then perform the statistics work based on that information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your reply. I already got the execution statistics. For one same query the statistics is different when the cluster workload is different. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any way to get the query with poor performance. it is easy to get slow query from mysql. Do we have the same function to get the slow query or how do you identify this query's performance is not good. Is there any metrics?
Beta Was this translation helpful? Give feedback.
All reactions