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 ]
Subject
Views
Written By
Posted
4497
February 10, 2011 06:16AM
Re: make mysql server use more cpu power
2651
February 12, 2011 06:44PM
2184
February 18, 2011 07:59AM
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.