MySQL Forums
Forum List  »  Partitioning

Re: Partitions and locking
Posted by: Jonathan Stephens
Date: October 08, 2006 01:09AM

Partitioning shouldn't affect the locking characteristics of the storage engine used. (If you find that it does, please report a bug.)

InnoDB performs row-level locking, so it's probably a good fit for what you're wanting to do. Take a look at http://dev.mysql.com/doc/refman/5.1/en/innodb-transaction-model.html and http://dev.mysql.com/doc/refman/5.1/en/innodb-lock-modes.html for details, and let us know how things work out.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
3454
October 05, 2006 09:05AM
Re: Partitions and locking
2254
October 08, 2006 01:09AM


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.