|
News News regarding BSD and related. |
|
Thread Tools | Display Modes |
|
||||
ZFS just got built-in deduplication
Quote:
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
Sounds like pushing the same concept as hardlinks, down into a file system smart enough to optimize for the occasion; I'd love to see how dedup and zfs could be used to tune database servers tbh, but lack the resources to experiment.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
@TerryP
ZFS deduplication is block based, so if you have two different files, but some blocks are the same, you still gain space.
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
||||
Take a look at git-clone or ln documentation sometime, you might understand what I meant by concept .
git clone is able to exploit hard links as part of cloning repositories through the file system rather then the network, as a way to save disk space and time used; chosen, I assume for the same reason that FreeBSD uses hardlinks instead of symlinks to create programs with multiple names pointing to one binary (like ex, vi, nex, and nvi). Being able to apply the same concept as a hard link, automagically at a lower level then whole files [sic], is a good thing :-D.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
a novel idea: a sh with a `fork built-in? | TerryP | Programming | 4 | 25th March 2009 07:17 PM |
Keyboard with built in mouse trackball | blodan | FreeBSD General | 2 | 21st June 2008 07:44 PM |