MySQL Forums
Forum List  »  Merge Storage Engine

Re: Solution similar to MERGE for InnoDB?
Posted by: KimSeong Loh
Date: September 13, 2007 04:40PM

Another idea, create a VIEW that UNION ALL your similar INNODB tables and you get sort of a MERGE table through the view.
But, Insert to the view is not possible, update and delete, I am not too sure if the view is updatable.

Options: ReplyQuote


Subject
Views
Written By
Posted
18960
November 20, 2006 12:12PM
Re: Solution similar to MERGE for InnoDB?
9950
September 13, 2007 04:40PM


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.