Hello all,

I would like to compress some tables which have an archive purpose and
thus will not suffer from the restriction of using myisampack, which
implies that the tables will be read only after packing.

However, we also have a database problem detection program, which will
check each table in specified intervals with CHECK TABLE and if that
reports a problem with REPAIR TABLE. Is it possible without a problem to
run these two commands on a packed table? I couldn't find anything
specific on this topic in the manual. Or is it a grey area which has not
been tested yet?

The MYSQL server version in use is: 3.23.47-log on Linux

thanks,
Markus




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to