Re: MySQL waits and CPU
I tried you query for waits
but it looks like I am getting only the latest wait (max) from events_waits_current table,
should add a join to events_waits_current using this data:
event_name, sum(timer_wait) group by event_name from events_waits_history
there thread_id=xx and event_id=yy?
See my problem:
https://forums.mysql.com/read.php?35,704001,704001#msg-704001
Subject
Views
Written By
Posted
566
March 24, 2022 01:18PM
Re: MySQL waits and CPU
313
April 18, 2022 10:33AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.