[TYPO3-dev] InnoDB vs MyISAM

Jörg Schaller jorgosch at terra.es
Sat Feb 7 16:12:38 CET 2009


On Sat, 07 Feb 2009 16:12:35 +0200, Dmitry Dulepov <dmitry at typo3.org>
wrote:

>That's for performance reasons. MyISAM is best in speed when tables are mostly read (like tt_content or pages). InnoDB is best in speed when tables are read and written at the same time (all cache_* and index_*).

Thank you for your very fast answer! I saw that you also wrote in the
wiki "changing them to innodb may give good performance boost. (tip
from Dmitry Dulepov)".

What tables would you recommend for InnoDB, frequently changing ones,
like visitor logs, for example?




More information about the TYPO3-dev mailing list