MySQL Forums
Forum List  »  InnoDB

Re: Critical Issue: Non-atomic implicit locking in InnoDB
Posted by: Harrison Fisk
Date: May 27, 2005 04:29PM

Hi,

Are you totally sure this is causing the problems? How did you diagnose that this was happening? I have worked in many very large InnoDB environments with very high concurrency without any problems with this.

One issue that is much more common to run into is with next-key locking, which results in more locking than you might expect normally, which can also cause problems (which can normally be fixed though).

I am not saying that you are 100% incorrect, just curious as to how you came to the conclusion that this was in-fact the case, as I have never seen this before.

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Critical Issue: Non-atomic implicit locking in InnoDB
1977
May 27, 2005 04:29PM


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.