NYCPHP Meetup

NYPHP.org

[nycphp-talk] Tuning MySQL Full Text Search

Rob Marscher rmarscher at beaffinitive.com
Wed Aug 22 15:57:29 EDT 2007


On Aug 22, 2007, at 1:35 PM, Ben Sgro ((ProjectSkyLine)) wrote:
> I'll try to rebuild the index. In order to do so, do I just run the  
> command that I did to build the
> original index, or is there a special syntax/command to do so?
Actually... I think this is the command:
REPAIR TABLE tbl_name QUICK;

Like Jon, I've been leaning towards ditching using mysql for fulltext  
searches lately.  I haven't gotten a chance to test out  
Zend_Search_Lucene yet... but probably will soon.

See you at mysql camp.

-Rob



More information about the talk mailing list