MySQL Forums
Forum List  »  Perl

Re: How to use all available CPU resource?
Posted by: Rick James
Date: February 22, 2009 10:04PM

It's using all the CPU it wants to use.

Is it I/O bound?

Are things tuned so that there is not much RAM dedicated to caches?

To assist in analyzing slow SELECTs, please provide
* SHOW CREATE TABLE tbl\G
* SHOW TABLE STATUS LIKE 'tbl'\G
* EXPLAIN SELECT ...\G
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Written By
Posted
October 08, 2008 11:43AM
Re: How to use all available CPU resource?
February 22, 2009 10:04PM


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.