RE: [PHP-DB] Optimizing Tables

2007-04-01 Thread Bastien Koert
I would say no, due to the overhead. What I would recommned is setting that up as a cron task and running it on a scheduled basis, usually when the server is liightly loaded. Monitor the server and pick an optimal time. This is the same for all server mainenance type situations like index

Re: [PHP-DB] Optimizing Tables

2007-04-01 Thread Anna V
On 4/1/07, Bastien Koert [EMAIL PROTECTED] wrote: I would say no, due to the overhead. What I would recommned is setting that up as a cron task and running it on a scheduled basis, usually when the server is liightly loaded. Monitor the server and pick an optimal time. This is the same for all