[TYPO3-core] RFC Bug #11251: Use InnoDB for user/group tables

Michael Stucki michael at typo3.org
Sun Jun 28 17:37:33 CEST 2009


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.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-team-core mailing list