[TYPO3-core] RFC Bug #11251: Use InnoDB for user/group tables
Martin Kutschker
masi-no at spam-typo3.org
Tue Jun 30 16:07:37 CEST 2009
Michael Stucki schrieb:
> Hi Olly & Masi,
>
> Martin Kutschker schrieb:
>> Oliver Hader schrieb:
>>> * be_sessions
>>
>> Sessions are ever changing. That means that the InnoDB file keeps
>> growing and growing...
>>
>> There are some workarounds how you can reclaim the space, but I don't
>> think that all of users no them.
>
> So the short answer is: Do not use InnoDB for be_sessions. :-)
>
>> Do we have some information how to use InnoDB tables properly for our
>> users?
>
> I think we don't need that. It should be used whenever it makes sense,
> and be avoided whenever it does not. Tables that change very often
> should therefore not use InnoDB but stick with MyISAM.
Using InnoDB isn't bad, but the database/sytsem admin has to be aware
that it's not a care free table type.
Masi
More information about the TYPO3-team-core
mailing list