I\'m interested in sharding my websites user data across multiple servers.
For example, users will login from the same place. but the login script needs to figure out wh
You should check the very informative site http://highscalability.com . Posts worth reading:
Generally you are following the right approach but this can get nasty quite fast if you need to do queries on more than one cluster - e.g. "your friends' recent posts" type queries.