On Monday 04 February 2002 14:02, Henry Hank wrote:
> >> Get some more info at: http://www.mysql.com/doc/I/n/Insert_speed.html
>
> That suggests using LOAD DATA INFILE, but I would really like to avoid
> dumping a very large ISAM mysql table to a text file, just to load it back
> into another table (MYISAM).
>
> I was looking for answers as to why isamchk works as documented and
> expected for ISAM tables when using --keys-used=0, and myisamchk does not
> do the same thing for MYISAM tables!

Try my script from last month for copying a whole huge table directly
from one db to another.  See "simple powerful copy" in the January
mail list archive.

Steve Rapaport

---------------------------------------------------------------------
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