Y
Hacker News
new
|
ask
|
show
|
jobs
by
user8501
862 days ago
SQLite essentially achieves this as well by keeping the entire database in one file. It’s even faster than the filesystem in some cases:
https://www.sqlite.org/fasterthanfs.html