Y
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
jonstewart
1164 days ago
SQLite is a row-oriented store, not a column-oriented store, ie, there are fundamental tradeoffs between the two.
link
cm2187
1164 days ago
But sqlite has no compression by default.
link