lemme in@lemm.ee to Linux@programming.dev · 4 days agoDebcow Optimizing Debian Packages For Copy-On-Write File-Systemswww.phoronix.comexternal-linkmessage-square6fedilinkarrow-up130arrow-down10
arrow-up130arrow-down1external-linkDebcow Optimizing Debian Packages For Copy-On-Write File-Systemswww.phoronix.comlemme in@lemm.ee to Linux@programming.dev · 4 days agomessage-square6fedilink
minus-squareHirom@beehaw.orglinkfedilinkarrow-up2·4 days agoAre there downsides to using reflinks, like alignment and read performance issues? Compatibility shouldn’t be an issue, ie it should be relatively simple and safe to have a fallback that copy when reflink isn’t available.
minus-squareTechnicallyColors@lemm.eelinkfedilinkEnglisharrow-up1·4 days agoFragmentation is a big one on mechanical harddrives. If you have 1000 video files that all share half of their pieces with each other, the disk is going to seek like crazy between them instead of reading sequentially during playback.
Are there downsides to using reflinks, like alignment and read performance issues?
Compatibility shouldn’t be an issue, ie it should be relatively simple and safe to have a fallback that copy when reflink isn’t available.
Fragmentation is a big one on mechanical harddrives. If you have 1000 video files that all share half of their pieces with each other, the disk is going to seek like crazy between them instead of reading sequentially during playback.