[TYPO3-dev] TYPO3 4.1 INNODB

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Wed Feb 28 13:12:13 CET 2007


Hi.

On 28.02.2007 11:20 Peter Russ wrote:
> Dmitry Dulepov schrieb:
>> Hi!
>>
>> Peter Russ wrote:
>>> What is the benefit to change MySQL tables from MyISAM to InnoDB per
>>> default?
>>
>> Read NEWS.TXT, it has all info inside.
>>
> Thanks, I just checked the NEWS.txt of RC1 and there was none.
> 

InnoDB locking is more granular (row based) than MyISAM (table based).
This could result in better performance, because parallel reading and
writing is possible.

http://typo3.svn.sourceforge.net/viewvc/typo3/TYPO3core/trunk/NEWS.txt?view=markup

Dmitry, could you please explain why "InnoDB is more stable than MyISAM
and prevents database corruption at peaks"?
I did not yet read about that.

-- 
cheers,
Steffen




More information about the TYPO3-dev mailing list