MySQL Forums
Forum List  »  Partitioning

Re: Partitioning and performance
Posted by: Mattias Jonsson
Date: December 11, 2008 06:21AM

Have you tried using InnoDB instead of MyISAM (if possible)?

(InnoDB uses row locking/MVCC which would increase the concurrency, instead of MyISAM's table locks)

Options: ReplyQuote


Subject
Views
Written By
Posted
3914
December 01, 2008 09:20AM
2640
December 01, 2008 11:58AM
Re: Partitioning and performance
2489
December 11, 2008 06:21AM


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.