Closed eric-hedengren closed 4 years ago
I like that data type better. Any cost for disk space or memory for storing?
Probably. Additionally, we would need to format dates with python which could slow it down even more.
Converting values will be simple and fast when analyzing data, so we won't worry about storing a different type in the database.
Sqlite contains a data type called date time which can store information in this format: YYYY-MM-DD HH:MM:SS.SSS, which would be easily interpreted in contrast with epoch time.