MySQL Forums
Forum List  »  Partitioning

Re: Parallel Processing from multiple clients
Posted by: Mattias Jonsson
Date: December 11, 2008 08:47AM

Which engines do you use?

MyISAM is limited to table locks, but InnoDB does MVCC/row level locking so that should increase the concurrency.

So please try with a partitioned InnoDB table.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Parallel Processing from multiple clients
2676
December 11, 2008 08:47AM


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.