Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xbadcafebee
2333 days ago
$ mount -t tmpfs none /some/path $ write db.sqlite /some/path/db.sqlite $ read db.sqlite
We've been abusing tmpfs for more than 10 years to get around the IO layer's failings. It's probably still a valid pattern.