Page 1 of 1

converting tables from MyISAM to InnoDB

Posted: Wed Apr 26, 2006 6:40 pm
by deadpoeticstar
what is your thoughts about converting the current set up of the mySQL tables from MyISAM to InnoDB?

Benefits? and Drawbacks of this?

Re: converting tables from MyISAM to InnoDB

Posted: Wed Apr 26, 2006 8:44 pm
by garvinhicking
Serendipity does not require transactional safety. InnoDB has no benefits over MyISAM, only drawbacks that fulltext search cannot be used.

Since s9y strives for DB abstraction, it will not be optimized for a specific Table handler. Serendipity does not use MyISAM, it uses the default tables of the MySQL server - so s9y will basically work with both engines and utilize only the basic functions plus fulltext search.

Best regards,
Garvin

Posted: Wed Apr 26, 2006 8:48 pm
by deadpoeticstar
OH ok...gotcha...its cool...ill just leave it as is