MySQL Forums
Forum List  »  InnoDB

Re: High CPU usage by mysql process
Posted by: Szymon Lisowiec
Date: May 08, 2016 04:56PM

select benchmark(50000000,(1234*5678/37485-1298+8596^2));
Return result in 11.1261 seconds.

select * from performance_schema.setup_instruments where name like 'wait/sync%' and (enabled='yes' or timed='yes');
Return no result.

Composite indexes helped a lot. Difference is really huge.
CPU Ussage now is jumping from 0% to 30% (sometimes 80%) when there are 200 online users on the site at the same time. Iis it fine or should be still lower?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: High CPU usage by mysql process
3001
May 08, 2016 04:56PM


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.