Hacker News new | ask | show | jobs
by bluestreak 1143 days ago
great, we are on the same page! `fallocate()` (or posix one) is called on large swades of file. 16MB default. Not too often to hurt performance. I wonder if zeroing the file with `fallocate()` will result in actual disk writes or is it ephemeral?
1 comments

fallocate will cause writes, possibly on a delay