// 15.Oct.2009

The State of Solid State Hard Drives

Trust me, you will feel the performance difference of a modern SSD in day to day computing. That’s far more than I can say for most of today’s CPU and memory upgrades. The transition from magnetic storage to solid state storage is nothing less than a breakthrough. It’s already transformative; I can only imagine how fast, cheap, and large these drives are going to be in a few years. If you’ve ever wondered what performance would be like if everything was in RAM all the time — well, we just got one step closer to that.

- Jeff Atwood

// 31.May.2009

Beyond RAID

The coolest thing about RAID-Z: self-healing data. In addition to handling whole-disk failure, RAID-Z can also detect and correct silent data corruption. Whenever you read a RAID-Z block, ZFS compares it against its checksum. If the data disks didn’t return the right answer, ZFS reads the parity and then does combinatorial reconstruction to figure out which disk returned bad data. It then repairs the damaged disk and returns good data to the application.


// 29.Jun.2008

Openfiler

Open-source NAS software for large volume storage. [via]