Linked by Thom Holwerda on Sun 7th Oct 2007 23:01 UTC
Thread beginning with comment 276785
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: I have yet to see why I should care about ZFS
by tyrione on Mon 8th Oct 2007 03:39
in reply to "RE: I have yet to see why I should care about ZFS"






Member since:
2006-01-02
HFS is not a very modern filesystem. From what I've read, its internal data structures are not conducive to parallel create/delete/resize operations because all files are stored in a single B-Tree that was not designed with multiprocessing in mind. Then again, OS X was a really poor multiprocessing OS in general until Panther and it is still a work in progress after that.
Moving to ZFS will remove another bottleneck in the OS X kernel. HFS+ is a really old filesystem design and while replacing it, Apple is smart to pick the best new alternative in the non-GPL open-source world.