MySQL Forums
Forum List  »  Partitioning

Re: Size of partition table space
Posted by: Aftab Khan
Date: July 02, 2012 07:46AM

Note: Inserting single rows in partitions is slow. Whenever you insert a record, the partitioning engine locks the entire table. When you insert thousands of records, the partitioning engine will lock all partitions (e.g. if you have 30 partitions, all would be locked) before the insert, and unlock them after the insert. There is a related bug:

http://bugs.mysql.com/bug.php?id=37252

Options: ReplyQuote


Subject
Views
Written By
Posted
7481
June 29, 2012 02:46PM
2577
July 01, 2012 12:32PM
Re: Size of partition table space
2134
July 02, 2012 07:46AM
2266
July 03, 2012 12:56PM


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.