Why Google Plus user id's are such big integers, even it's bigger than bigint on MySQL? Why Google Plus user id's are such big integers, even it's bigger than bigint on MySQL? mysql mysql

Why Google Plus user id's are such big integers, even it's bigger than bigint on MySQL?


Probably to allow them to use non-sequential IDs so that you can't deduce anything by comparing user IDs.

You should store them as strings, since you aren't using them as numbers (just like zip codes or phone numbers).