|
Raid 0: Stripe interleave without fault tolerance...
Double the capacity, double the sustained throughput (reads/writes > twice the stripe size), double the risk from drive failure.
Raid 1: Mirroring...
Protection from single drive failure but only 1 drive capacity. No improvement in write performance, but some improvement in random access read, depending on the seek splitting of the controller/driver
|