MySQL Forums
Forum List  »  Partitioning

Partitoned table and table locking
Posted by: Preston Price
Date: June 13, 2008 09:16AM

How does table locking work on a partitioned table?
Say I have a table that is partitioned by a status column. 1 table per status for 5 different statuses. If I want to lock one of the "partitions", say for status 1, to do a transaction, will MySQL lock all the tables or just that one "partition"?

Thanks in advance.

Options: ReplyQuote


Subject
Views
Written By
Posted
Partitoned table and table locking
3295
June 13, 2008 09:16AM


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.