标签:限制 推荐 nbsp int 使用 big 性能 就是 amp
下面是关于MySQL中数据类型的选择:
一、时间存储相关
(1) 如果对时区 对性能(排序 查询)有要求,选择 时间戳,mysql对时间戳有3种可以选择。1就是 int(10)但是有2038 年限制;2 直接就是 timestamp 类型 ;3 另外 就是 bigint。
这里推荐使用 bigint
标签:限制 推荐 nbsp int 使用 big 性能 就是 amp
原文地址:https://www.cnblogs.com/tgzmos/p/14260876.html