Partitoned table and table locking
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.
Subject
Views
Written By
Posted
Partitoned table and table locking
3364
June 13, 2008 09:16AM
2506
June 14, 2008 01:37AM
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.