> -----Original Message----- > From: Matthew Smith [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 28, 2007 1:18 PM > To: CF-Community > Subject: RE: raid 0 vs raid 5 > > I thought there would be a performance boost with raid 5, as well as > fault tolerance. I want the performance of raid 0, or at least a > performance boost over a single drive, but I would also like to not > have > to worry about a drive failing. > > Is there a raid configuration that provides a performance boost over a > single disk setup that also provides redundancy?
RAID 5 won't be as fast as RAID 0 or even RAID 1... but then again I dare you tell the difference. ;^) You'll need four (identical) drives but you can do RAID 0+1 - a mirrored striped array. It works well, but you do need four drives (and the extra heat and power of that immediately increases your chance of a failure). Some boards support a hybrid "RAID 1.5" which does striping and mirroring on only two disks... it's a hack and non-standardized but I've not heard anything particularly bad about it. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:241478 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
