How to create time-series with Sqlite optimally without having an unnecessary index?

前端 未结 0 1162
暗喜
暗喜 2020-12-23 17:37

Let\'s say we log events in a Sqlite database with Unix timestamp column ts:

CREATE TABLE data(ts INTEGER, text TEXT);   -- more columns in reali         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题