MySQL Forums
Forum List  »  Performance

Re: Very high disk utilization by mysql server during reads.
Posted by: Aftab Khan
Date: July 06, 2012 02:51AM

Questions:

> I have key_buffer_size=5G
It should be around 25% of the RAM size on dedicated server, so that more RAM is available to cache data pages.


1. How much RAM do you have?
2. Provide output of:
[ CODE ]
SHOW CREATE TABLE table_name\G
SHOW TABLE STATUS 'table_name'
[ /CODE ]

Replace table_name with actual table name

3. What SQL(s) do you use to read data? provide us

[ CODE ]
EXPLAIN SELECT ....
[ \CODE ]

Note: Remove spaces from [ CODE ] ... and [ /CODE ]



Edited 1 time(s). Last edit at 07/06/2012 07:02AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Very high disk utilization by mysql server during reads.
1503
July 06, 2012 02:51AM


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.