|
| quote: | Originally posted by Mr.Mystery
Damn, luckily I was at work and missed all that.
What did you do, exactly? |
I had to repair the post table in the database - the quick way to do this is to remove the index on posts and titles, then repair (much less data to sift through) - but - it was so fucked that I couldn't even get to that point -- so I was forced to do the repair with the indicies in place - which took 4.5 hours. The quick method would have been done in 20 minutes.
I just upgraded to MySQL 4.1 and it has some nifty features which I haven't put into place yet, mainly that there is new caching available (beyond the standard query cache) to speed up the retrieval of data. Now, besides having nifty new features, it was also reported to have some bugs with the implementation of fulltext indicies (what I use to have search work so much faster now) - so, that shit ended up corrupting my tables.
I upgraded to a development version of the forums released last night, not recommended for production use - but - the changelog says that some issues I had were resolved so it's best to use that than to resort to a version that has already caused me enough friggin grief for a Monday.
___________________

"In a world of illusion you only see what you feel"
|