Jump to content

Thank you for the fast reply but is there a way where I can use the full speed of the raid0 and use the third HDD more like an automated backup?

not really, your best performer will be RAID5 with the parity distributed on all 3 drives - one can fail

the RAID4 has a dedicated parity drive - one can fail; but as I said, because the parity is written to a single drive, the overall write performance takes a penalty hit

 

and PS: RAID is not backup !!!

Link to comment
https://linustechtips.com/topic/494551-raid0-in-a-raid1/#findComment-6619703
Share on other sites

Link to post
Share on other sites

Hi There,

 

You state that you would like to use this volume for video editing. That type of I/0 can vary between sequential and random read/writes. Any RAID that requires a parity calculation(s) to be performed is NOT ideal for this type of I/O workload as this calculation requires overhead. Some dedicated hardware RAID controllers have on-board cache(backed with a battery backup) to help buffer the incoming flow of data. Some software/hardware RAID can utilize an SSD as cache to use a buffer until it can be written to the array, this is not as fast as the memory based cached found on most HW RAID controllers.

 

Typically a video editing workflow would consist of a scratch volume, where actively edited video content is housed. These are typically a very fast SSD or an array of SSDs/HDDs. Once work is at a save point, you can copy to more redundant storage solution. If the scratch disk crashes, data can be recalled from this redundant storage.

 

A good compromise for performance would a RAID (1+0) commonly referred to as RAID 10. This minimally requires 4 drives, which are arranged as mirrored sets with striping between them. Storage capacity is reduced in half, but write/read speed typically(RAID Controllers do not all scale performance in the same matter) increase as the number of stripped sets increases(Parallel Streams of Data from each set). With regards to redundancy, in the 4 disk example, two drives can indeed fail as long as the failures are limited to 1 disk per mirrored set.

 

Hope that helps.

 

-Jason

Link to comment
https://linustechtips.com/topic/494551-raid0-in-a-raid1/#findComment-6620106
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×