Hi,
I have a very large mysql table with over 2 million records. one of the fields is a title which has been set to full text.
Currently when I do a search on this field it takes a very long time to execute the search and display the results. Is there
a way I can use a mysql select command with a where clause using match and against, instead of the mysql select command used by
the search and advance search windows.
I am also considering using Sphinx to increase the performance of current full text searches. Is there a way I can incorporate
the Sphinx php script into phprunner.
Regards,
Lloyd