MySQL Forums
Forum List  »  Merge Storage Engine

Solution similar to MERGE for InnoDB?
Posted by: Jon Langevin
Date: November 20, 2006 12:12PM

Are there any solutions similar to the MERGE engine, for providing fast data retrieval from an InnoDB table?

I am considering building an application based on InnoDB so that I can take advantage of the foreign key constraint feature, to reduce room for error. So essentially, I want to use InnoDB for the application backend (where data will be entered), but have a faster retrieval method for the frontend.

Can anyone point me to the solution that I'm looking for?

Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Solution similar to MERGE for InnoDB?
19007
November 20, 2006 12:12PM


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.