InnoDB or MyISAM - Why not both?

Posted by Skoder on Stack Overflow See other posts from Stack Overflow or by Skoder
Published on 2011-01-02T04:01:47Z Indexed on 2011/01/02 5:54 UTC
Read the original article Hit count: 260

Hey. I'm new to databases, and I've read various threads about which is better between InnoDB and MyISAM. It seems that the debates are to use or the other. Is it not possible to use both, depending on the table? What would be the disadvantages in doing this? As far as I can tell, the engine can be set during the CREATE TABLE command. Therefore, certain tables which are often read can be set to MyISAM, but tables that need transaction support can use InnoDB. I'm sure there must be a problem, otherwise this would be the ultimate answer :).

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database