in reply to Re: Fulltext DB search: The Need for Speed
in thread Fulltext DB search: The Need for Speed
Thanks. I should clarify that the MySQL built-in fulltext search I am currently using is an index-based search; I'm not merely doing full table scans to match "WHERE column LIKE '%$match%'" or something like that. And these other solutions I've tried, or am considering trying, are likewise building up an index of individual words.
|
---|