MySQL Forums
Forum List  »  MyISAM

Re: second execution of the query is faster even the query cache is disabled
Posted by: Rick James
Date: November 11, 2013 11:21PM

OS cache space is what is left over after all your programs take their memory. Since you are running MyISAM only,
* key_buffer_size = 20% of RAM (possibly less)
* innodb_buffer_pool_size = 0
* don't raise other tunables (my.ini/my.cnf) more than necessary.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: second execution of the query is faster even the query cache is disabled
2537
November 11, 2013 11:21PM


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.