On Tue, May 14, 2002 at 07:06:26PM -0700, Brion Vibber wrote:
Tisdag, 14 Maj 2002, Jimmy Wales skribte:
I've switched to the CVS version and corrected a few bugs. But the site is sluggish again, and load is creeping upward. I wonder if getOtherNamespaces is the issue again?
It could be the temporary workaround I had put in place for the certain-common-words-cause-searches-to-fail-completely bug, which falls back to a slow but reliable LIKE search when the MATCH fails.
Hi, remember me? :-) Has it been considered to recompile MySQL? That way you could also remove the annoying 4-character limit for search words. See:
http://www.mysql.com/doc/F/u/Fulltext_Fine-tuning.html
Even better would be a switch to MySQL4.0, in which case the extra code for boolean searches can be omitted.
-- Jan Hidders