Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [jaltuve] MyISAM to INNODB

Quote Reply
Re: [jaltuve] MyISAM to INNODB In reply to
You shouldn't have any problem - MySQL's query support doesn't change, just the internals. One downside to InnoDB is that it takes up quite a bit more disk space, but the advantage of row-level locking (as opposed to locking the entire table) can be quite significant, especially for busy databases.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread MyISAM to INNODB jaltuve 4142 Mar 23, 2004, 9:07 PM
Thread Re: [jaltuve] MyISAM to INNODB
Jagerman 4002 Mar 24, 2004, 1:51 PM
Thread Re: [Jagerman] MyISAM to INNODB
jaltuve 3936 Apr 2, 2004, 9:23 AM
Post Re: [jaltuve] MyISAM to INNODB
Jagerman 3924 Apr 2, 2004, 11:37 AM