I'm using mysql-php-memcached and I want to realize something like that: http://www.facebook.com/directory/people/ to browse users by name.
Suppose I have hundred of thousands username, how can I handle it?
The problem is: I don't know what is the efficient way to realize it. Do I have to use Sphinx search engine?
Any idea?