Let's say I have a DB of world restaurants+description(over 300k+ values).
I wanna make a local search, and every time a user searches a keyword, I want to find relevant results, in the restaurant description, in milli-seconds.
My current mysql query function (against command based)takes over 12 seconds a search, too long.
What would be the best solution? Any open source script solution?
I wanna make a local search, and every time a user searches a keyword, I want to find relevant results, in the restaurant description, in milli-seconds.
My current mysql query function (against command based)takes over 12 seconds a search, too long.
What would be the best solution? Any open source script solution?