6 ms·
At that point just start using an SQLite database as a data format.
by nomadluap 3y ago
At that point just start using an SQLite database as a data format.
- jonstewart 3y agoSQLite is a row-oriented store, not a column-oriented store, ie, there are fundamental tradeoffs between the two.
- cm2187 3y agoBut sqlite has no compression by default.