top | item 35801317

(no title)

bluestreak | 2 years 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?

discuss

order

amluto|2 years ago

fallocate will cause writes, possibly on a delay