[development] optimize table in cron

Dries Buytaert dries at buytaert.net
Mon Dec 5 06:42:39 UTC 2005


On 05 Dec 2005, at 04:29, David K Norman wrote:
> Has it ever been discussed to run a query to optimize some of the more
> active tables in MySQL during cron.php runs? For example 'OPTIMIZE  
> TABLE
> watchdog;'

OPTIMIZE TABLE is a MySQL-ism; it's not ANSI SQL.

--
Dries Buytaert  ::  http://www.buytaert.net/



More information about the development mailing list