> I have used optimize table on several tables however it has not
> affected the
> speed of the queries or the large amount of processor resources that are
> being used.
>
> Have you heard of a way to rebuild a table more efficiently?

Go back and do this:
myisamchk -o *MYI
myisamchk -a *MYI
myisamchk -S *MYI
myisamchk -R1 *MYI

Do them as sepparate commands. It will take a while. Look for messages from
myisamchk about the tables.

Sincerely,

Steven Roussey
Network54.com
http://network54.com/?pp=e


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