After half a decade of development, Sun's ZFS will be released in two weeks.
I'll admit to having a certain fascination with filesystems, and this one looks pretty killer. Apart from having a 128-bit filespace, the following (ut and paste from the article) look pretty damned tasty:
* Dynamic striping across all devices to maximize throughput
* Copy-on-write design makes most disk writes sequential
* Multiple block sizes, automatically chosen to match workload
* Explicit I/O priority with deadline scheduling
* Globally optimal I/O sorting and aggregation
* Multiple independent prefetch streams with automatic length and stride detection
* Unlimited, instantaneous read/write snapshots
* Parallel, constant-time directory operations
I want it, and I want enough storage to max it out.
I'll admit to having a certain fascination with filesystems, and this one looks pretty killer. Apart from having a 128-bit filespace, the following (ut and paste from the article) look pretty damned tasty:
* Dynamic striping across all devices to maximize throughput
* Copy-on-write design makes most disk writes sequential
* Multiple block sizes, automatically chosen to match workload
* Explicit I/O priority with deadline scheduling
* Globally optimal I/O sorting and aggregation
* Multiple independent prefetch streams with automatic length and stride detection
* Unlimited, instantaneous read/write snapshots
* Parallel, constant-time directory operations
I want it, and I want enough storage to max it out.
Comment