MySQL Forums
Forum List  »  Partitioning

Re: Multiple threads accessing same partition
Posted by: Phil Hildebrand
Date: April 30, 2008 09:21AM

I believe that would depend on the storage engine you are using...

Innodb should use a row level lock on row in the given partition for the insert/update, allowing for concurrent inserts/updates if they affect different rows in a given partition.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Multiple threads accessing same partition
2589
April 30, 2008 09:21AM


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.