Hi.
I'm using MySQL 3.23.55 in a system with a little under 100 tables. As I
mentioned in previous messages, one of the tables keeps getting crashed all
the time. I'm considering using innoDB but I think MyIsam has some
advantages, such as having distinct files for each table.
My question is:
could I use a mixed model, i.e., the tables that receive user's data (less
than 8) would be innoDB while the other ones would be kept as MyISAM? This
way I could easily send one or more of the auxiliary tables and the user
would only copy them to the \mysql\data\xx directory. Has anyone tried it?
Any reason why it would not be worth using?
TIA,
Eduardo