Let\'s say we log events in a Sqlite database with Unix timestamp column ts:
ts
CREATE TABLE data(ts INTEGER, text TEXT); -- more columns in reali