What datatype facebook uses to store userid, what should be that best data type for such field performance and scalability perspective.
If one uses int 4 bytes then i gu
Use BIGINT(64) to store Facebook User IDs in MySQL Database Table. Here you go: https://developers.facebook.com/blog/post/45/