What is the datatype of facebook userid

前端 未结 2 1760
清歌不尽
清歌不尽 2021-02-07 10:46

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

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 11:17

    Use BIGINT(64) to store Facebook User IDs in MySQL Database Table.
    Here you go: https://developers.facebook.com/blog/post/45/

提交回复
热议问题