MyISAM optimize

2008-10-15 Thread Olaf Stein
Hi All, Just some simple questions I am somehow not able to find an answer to. - Does optimize table tablename do the same thing as mysqlcheck [options] db_name [tables] ? - Do they take care of large chunks of deleted data? - and I am assuming optimize table would replicate, mysqlcheck I

Re: MyISAM optimize

2008-10-15 Thread Olexandr Melnyk
Hello Olaf, 1) OPTIMIZE TABLE is the same as mysqlcheck with --optimize flag. 2) Both take care of large chunks of deleted data. 3) As mysqlcheck is just a frontend for OPTIMIZE TABLE command, it should be replicated in either case. 2008/10/15, Olaf Stein [EMAIL PROTECTED]: Hi All, Just