MySQL Forums
Forum List  »  Newbie

Re: Corruptions like crazy
Posted by: John Bowles
Date: April 30, 2015 07:36PM

Hi Andrew, I have one last question.

Regarding:
--optimize flag which will defrag your table files and reorder your primary indexes, but is only beneficial if your tables are going through lots of changes such as inserts and deletes.

If I had have run this option once a week would these errors have occurred? I ask because speed is important to this website and I can simply rerun things to correct them (no need for rollbacks that InnoDB - provides at least as I see it now - although experience may change my mind I will admit). If running this option weekly/even-daily-during-off-hours-in-the-morning would have prevented the problem that may be a better direction for me to go to generate more speed with no problems. That is why I actually stuck with MyIsam because of the speed. At this point is is a bit of a guess because the speed becomes more important if the website becomes popular. The reason is that my webiste does a lot of multi-level loop processing with loops within loops within loops and matching records mixed in with that to help speed things up. If these go wrong it is simply run again to fix it (rolling back would be unwise speed wise). What do you think?

Options: ReplyQuote


Subject
Written By
Posted
April 29, 2015 11:33AM
April 29, 2015 11:49AM
April 29, 2015 12:20PM
April 29, 2015 12:40PM
April 29, 2015 01:04PM
April 29, 2015 01:36PM
April 29, 2015 01:48PM
April 29, 2015 02:00PM
April 29, 2015 02:59PM
April 29, 2015 03:30PM
April 29, 2015 04:24PM
April 30, 2015 07:44AM
April 30, 2015 07:48AM
April 30, 2015 08:44AM
April 30, 2015 08:57AM
April 30, 2015 08:59AM
April 30, 2015 09:40AM
April 30, 2015 10:19AM
April 30, 2015 01:45PM
April 30, 2015 02:42PM
April 30, 2015 03:36PM
Re: Corruptions like crazy
April 30, 2015 07:36PM
April 30, 2015 10:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.