Y
Hacker News
new
|
ask
|
show
|
jobs
by
zokier
5161 days ago
I didn't think disk io matters all that much if you fit your data in memory, which afaik you should if you want any kind of decent performance.
1 comments
markatto
5161 days ago
Even if your whole data set fits into main memory, writes still have to go to disk.
link