Re: Repair or Optimize -- MyISAM tables

2005-04-13 Thread Gleb Paharenko
Hello. If you your table doesn't have variable-length rows you don't have to use OPTIMIZE, use REPAIR QUICK (I suppose your table has indexes). See: http://dev.mysql.com/doc/mysql/en/optimize-table.html http://dev.mysql.com/doc/mysql/en/repair-table.html "Suresh" <[EMAIL PROTEC

Repair or Optimize -- MyISAM tables

2005-04-12 Thread Suresh
Hi Team, I would like to rebuild the tables which one will be suitable repair or optimize. Please suggest. Thanks in advance. Thanks Suresh -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]