[TYPO3-english] big cachingframework tables

Dmitry Dulepov dmitry.dulepov at gmail.com
Mon Jan 9 16:18:54 CET 2012


Hi!

Xavier Perseguers wrote:
> There's a scheduler task that you should run regularly.

Just checked the scheduler job. It will remove records from the table but 
it will not make disk usage smaller because InnoDb does not reuse the disk 
space. New records for InnoDb are added to the end of the existing space, 
even if that space is not used. In other words, the task will make 
phpMyAdmin show less space for the table but it will not decrease actual 
disk space.

-- 
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.



More information about the TYPO3-english mailing list