MySQL Forums
Forum List  »  InnoDB

Re: Minimize locking on UPDATE with multiple WHERE columns
Posted by: Rick James
Date: March 23, 2013 12:23AM

After a client has grabbed 100 rows, what does it do? Does it proceed to do 100 SQL statements? In that case, it might be 'better' to grab only one row at a time.

Do they need to grab 100 consecutive items? Is it ok if they grab less than 100?

Did you try it with the index I suggested?

Could you provide SHOW CREATE TABLE.

Options: ReplyQuote




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.