2
1
Are there any notable differences, other than (awesome) performance, when running RAID arrays made up of solid state drives? I'm considering one of the two:
- 4 x 256GB SSD in RAID-10 (total usable array size = 512GB).
- 6 x 256GB SSD in RAID-50 (total usable array size = 1024GB).
Are there any differences, from a end-user/setup point-of-view, in using SSDs in RAID arrays as opposed to regular HDDs?
The goal is to get parity (hence RAID-5 or 1) without any degraded performance, with hopefully better performance than stock, hence RAID-0. Thoughts? Does using RAID-0 actually help performance at all in SSDs? – Naftuli Kay – 2012-01-09T21:08:12.020
1RAID-5 should be marked out.. It has poor write performance characteristics, and the degraded mode performance is usually quite poor until the rebuild completes (assuming you had a hotspare). If looking for parity alone, RAID-1 is pretty effective. Or consider a filesystem like ZFS for checksums (which is ultimately what you are after). – spydum – 2012-01-09T22:36:25.593
RAID 1 is a straight mirror, there is no parity data in RAID 1. I think you are confusing just redundancy with parity. Raid levels 2 through 5 have parity data to create different kinds of redundancy. – Paperlantern – 2012-01-10T03:26:50.287