Re: Compacting myisam files.

2004-12-13 Thread Gleb Paharenko
Hello. You may use OPTIMIZE TABLE. Duncan Hill <[EMAIL PROTECTED]> wrote: > I'm having to run some purges of data to clean up disk space until the new > storage array arrives. I've got the data archived, and the rows deleted from > the table. The only method I know to reclaim the space

Compacting myisam files.

2004-12-13 Thread Duncan Hill
I'm having to run some purges of data to clean up disk space until the new storage array arrives. I've got the data archived, and the rows deleted from the table. The only method I know to reclaim the space in the table is to use myisamchk -r. Is there any other faster method for reclaiming t