Re: Multiple threads accessing same partition
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.
Subject
Views
Written By
Posted
4628
April 30, 2008 08:46AM
Re: Multiple threads accessing same partition
2631
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.