Saturday, 10 August 2013

Fastest way to search a user

Fastest way to search a user

I want to make a user search mechanism in PHP using a MySQL database. I
have two columns in the user table - username and fullname. I want to
search through both columns and sort the result by relevance. Assuming the
database is huge, what is the fastest way to achieve this?

No comments:

Post a Comment