Write on InnoDB read from MyIsam

Mariafonsbx

New Member
I'm working on a project that requires lots of database inserts.I also need to be able to use something like full-text-search to retrieve the data.Is is possible to use 2 tables, with the same exact data, oen MyIsam and one InnoDb to achieve this effect?Write on the InnoDb, and somehow read off of the MyIsam?
 
Back
Top