MySQL Forums
Forum List  »  Partitioning

Re: Update and pruning
Posted by: Jens Tandstad
Date: November 14, 2006 08:47AM

Thank you, that was helpful.
I have another important question though. How does partitioning affect table-level locking? Are all partitions locked when the table is locked, or is it just the partition(s) where the change(s) will be made that are locked?
My tables will grow extremely fast, and have many concurrent inserts and a lot of selects, but most selects will only work on a limited set of partitions.

That aside, I really love MyISAM.

Thanks



Edited 1 time(s). Last edit at 11/14/2006 09:25AM by Jens Tandstad.

Options: ReplyQuote


Subject
Views
Written By
Posted
3495
November 12, 2006 08:48AM
2303
November 13, 2006 02:13PM
Re: Update and pruning
2320
November 14, 2006 08:47AM
2182
November 14, 2006 07:09PM
2214
November 18, 2006 01:02PM


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.