Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 MySql 时,使用DATE, DATETIME,TIMESTAMP数据类型存储日期和时间还是使用BIGINT带有纪元时间戳的数据类型更好?
DATE
DATETIME
TIMESTAMP
BIGINT
各自有什么优势,性能差异是什么?
date如果您只需要日期,请使用。如果您需要日期和时间, 请使用。如果您需要对记录进行版本控制,请 使用。 如果您正在使用该格式并且不需要 1970 年之前的日期,请使用该格式。datetimetimestampepoch time
date
datetime
timestamp
epoch time