MySQL Forums
Forum List  »  InnoDB

Re: Innodb_buffer_pool_pages_free = 0
Posted by: Aftab Khan
Date: September 26, 2012 03:21PM

You should check following status variables:

a) Innodb_buffer_pool_read_requests

The number of logical read requests InnoDB has done.

b) Innodb_buffer_pool_reads

The number of logical reads that InnoDB could not satisfy from the buffer pool, and had to read directly from the disk. If this is high then your innodb buffer pool is probably too small.

http://mysqlopt.blogspot.co.uk/search?q=server+tuning

Provide output of the following please:

SHOW GLOBAL STATUS LIKE 'innodb_%';



Edited 1 time(s). Last edit at 09/27/2012 01:48AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
4908
September 24, 2012 10:31AM
1966
September 25, 2012 10:44AM
Re: Innodb_buffer_pool_pages_free = 0
1927
September 26, 2012 03:21PM
1638
September 26, 2012 06:06PM
1385
September 27, 2012 01:49AM
3952
September 27, 2012 02:48AM
1968
September 27, 2012 03:57AM


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.