Speeding up Writing GB's of Data
Posted: Mon Aug 04, 2014 8:11 pm
I am collecting a lot of video data at about 120 MB/S. My drive has to be fast enough or I will lose frames.
Currently I am writing my data to 2 SSD's in raid and copying that that to a 2 TB Baracuda HDD while I continue to write data to the SSDs using a script.
I tried using one SSD as an L2 Cache and setting the defer-write time to infinite but it is not fast enough and there is no way to use a RAID SSD as an L2 Cache.
Is there anyway I can use PrimoCache to do any of the following:
Use the raid SSDs as cache and avoid using the copy script so I can copy straight to the HDD.
Improve the speed of writing data to the raid SSDs?
Improve the speed of copying straight to a HDD and avoid using SSDs all together.
Also when writing this much data what is the best configuration in terms of block size and write-defer time?
Currently I am writing my data to 2 SSD's in raid and copying that that to a 2 TB Baracuda HDD while I continue to write data to the SSDs using a script.
I tried using one SSD as an L2 Cache and setting the defer-write time to infinite but it is not fast enough and there is no way to use a RAID SSD as an L2 Cache.
Is there anyway I can use PrimoCache to do any of the following:
Use the raid SSDs as cache and avoid using the copy script so I can copy straight to the HDD.
Improve the speed of writing data to the raid SSDs?
Improve the speed of copying straight to a HDD and avoid using SSDs all together.
Also when writing this much data what is the best configuration in terms of block size and write-defer time?