MySQL Forums
Forum List  »  Partitioning

Re: locking only needed Partitions when inserting.
Posted by: Mattias Jonsson
Date: February 03, 2009 02:25AM

This seems like the same problem described in http://bugs.mysql.com/bug.php?id=37252.

So, no there is no easy way of avoiding these locks, since when partitioning was written, open and lock had to be done before using the partitions.

But we are looking into how to relax/delay the locking to the use of the partitions instead.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: locking only needed Partitions when inserting.
2367
February 03, 2009 02:25AM


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.