Quote:
03-15-03 at 10:48 AM PPN said this in Post #3
If you want to ease load on the search then you possibly need to consider upgrading to MySQL 4 and fulltext index on the post column then you can use MySQL's full text searching.
|
Speaking of using FULLTEXT now in MySQL 4, would it be server-intensive to do a MATCH function to find posts related to given keywords, or is the searchindex still better?