标签: database unix timestamp time-series
我在https://blog.dataloop.io/time-series-database-benchmarks查看此基准测试,显示Dalmatiner,InfluxDB和Prometheus等数据库,每条记录占用1-2个字节。
如果将unix时间戳分解为当天的纪元+秒后的天数,那么仍然需要2个字节来存储秒数。
一个例子:
1479354563:假
如何以2个字节存储时间戳和值?
答案 0 :(得分:1)
答案是压缩。有关普罗米修斯如何做到这一点,请参阅https://www.youtube.com/watch?v=HbnGSNEjhUc。