1
This is sort of related to the answer here: https://superuser.com/a/325771/396863
Let's say I have a two 1 gb files which I want to simultaneously write to my hard disks. As noted in the linked answer, I could write them to separate hard disks, or use my two hard disks in Raid0 and write the two files to this raid array. Which would be faster?
Based on the comments I am providing some more details of my situation:
- The data is being dumped from memory.
- Not sure what hardware details I need to provide, but it is a 4 core XEON E3-1271 processor with 32 gbs of ram.
This entirely depends on the hardware being used. – Keltari – 2015-08-26T00:45:12.467
You don't mention the sources, are they on one drive or two because that could be the bottle neck. For your use case it is just going to be one of those things you need to try - for instance I could tailor my machine to be faster at either. – albal – 2015-08-26T01:43:47.767
please see my edit where I added more info – Alex – 2015-08-26T02:49:38.103