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.

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to