MySQL Forums
Forum List  »  Performance

Re: Deletes in one schema slowing down reads in others
Posted by: Sean Maurik
Date: September 26, 2005 12:42PM

Thanks Jay but unfortunately I don't control the statement generation to that level (abstraction layer does it and is a bit out of my control). I'm pretty sure that efficient locking isn't my issue as its whole other schemas that are experienceing the slow down (though obviously if the "purge" statements is schema1 were to run faster themselves then the length of time that schema2 was slowed down would be improved but if the purges were constant than regardless of how fast they run I'd still be out of luck).

The key_buffer is interesting as thats the keyname in the sample .cnf files that shipped with the binaries (the my-*.cnf files sample configs) :). I'll try fiddling with the innodb buffer sizes and see if they help things at all.

Thanks
Sean

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Deletes in one schema slowing down reads in others
1282
September 26, 2005 12:42PM


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.