MySQL Forums
Forum List  »  Partitioning

Re: MyISAM supports Partitioning ?
Posted by: Phil Hildebrand
Date: November 21, 2008 03:39AM

Yes, MyISAM supports partitioning. We use innodb almost exclusively, and the performance for partitioning is really great in most cases. Query performance is very good as long as the queries are able to make use of partition pruning. I would imagine in in most cases MyISAM would have similar performance improvements depending on how you partitioned your tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
4382
November 19, 2008 11:18PM
Re: MyISAM supports Partitioning ?
2269
November 21, 2008 03:39AM


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.