MySQL Forums
Forum List  »  MyISAM

Re: Two instances better - or mix MyISAM and InnoDB?
Posted by: Rick James
Date: August 08, 2012 11:14PM

I would simply do InnoDB (or XtraDB) with PARTITIONs, and skip MyISAM.

PARTITIONing works differently than MERGE, but it still allows you to purge old data "instantly" and add a new partition for the new period.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Two instances better - or mix MyISAM and InnoDB?
1817
August 08, 2012 11:14PM


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.