MySQL Forums
Forum List  »  Optimizer & Parser

Re: make mysql server use more cpu power
Posted by: Rick James
Date: February 12, 2011 06:44PM

You have 8 cores? And it is using one of them solidly? Alas, MySQL does not use more than one core for one query.

Let's see the naughty query; please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Views
Written By
Posted
4419
February 10, 2011 06:16AM
Re: make mysql server use more cpu power
2586
February 12, 2011 06:44PM


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.