Hacker News new | ask | show | jobs
by nomadluap 1165 days ago
At that point just start using an SQLite database as a data format.
2 comments

SQLite is a row-oriented store, not a column-oriented store, ie, there are fundamental tradeoffs between the two.
But sqlite has no compression by default.