MySQL Forums
Forum List  »  Archive Storage Engine

Re: Merging Archive tables with MyISAM tables
Posted by: Beat Vontobel
Date: February 01, 2006 10:02AM

Hi Kayra

Until 5.1 is ready, couldn't you use a VIEW with a UNION SELECT over both the ARCHIVE and the MyISAM table (of the same structure) to achieve the same result as with a MERGE (on only MyISAM) or a PARTITION? (Didn't try it yet - but shouldn't that work?)

Cheers,
Beat

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Merging Archive tables with MyISAM tables
4384
February 01, 2006 10:02AM


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.