MyISAM is a memory-resident database, which is very fast. InnoDB is by a
third party, and offers more functionality (especially in a critical
situation), as it offers full consistency support, e.g. transaction
control. Slim is far from critical - if the tables go titsup you just
rescan your folder.

Inevitably there's differeces in syntax/features between databases, and
I think that's what you've experienced here. There should be no ongoing
implications though, as I would imaging that the SEELCT, ISNERT, DELETE
and UPDATE syntax will be pretty constant between InnoDB and MyISAM.


Jim


-- 
jimwillsher
------------------------------------------------------------------------
jimwillsher's Profile: http://forums.slimdevices.com/member.php?userid=410
View this thread: http://forums.slimdevices.com/showthread.php?t=21078

_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to