MySQL Forums
Forum List  »  General

Re: Why is my entire database getting locked for a slow select query?
Posted by: Derek Krzanowski
Date: August 25, 2010 02:02PM

Thanks for the info... I put in your recommendations with one exception, the innodb_log_file_size option is causing innodb to fail startup no matter how I specify it. I tried everything from 256M to 1024M as well as specifying it in bytes and no matter what I do, I get errors on all my innodb tables after I restart mysql with that setting in my.cnf... I ended up leaving the rest of the settings you recommended in and I also increased key_buffer as well since we have a lot of myisam as well (my total buffers for all engines is 50% so well under the 80% recommended max). Everything was great for about an hour with no insert hangs at all and now they have suddenly started to happen again with no obvious explanation...

Options: ReplyQuote


Subject
Written By
Posted
Re: Why is my entire database getting locked for a slow select query?
August 25, 2010 02:02PM


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.