Raid 0 SSD?

Solution
The reason a 960 EVO which is supposedly 6x faster than a SATA drive only shaves a few seconds off load times is because the 6x speed difference is at sequential read/writes. The bottleneck is 4k read/writes, which are still far below SATA 1 speeds, much less SATA 3. They're about 30-100 MB/s. (In fact, this is where most of the speedup of a SSD over HDDs come from. HDDs only get around 1 MB/s at 4k read/writes, so SSDs are 30-100x faster. HDD sequential speeds are around 150 MB/s, so SATA SSDs are only about 4x faster.)

Very little drive activities depend on sequential read writes. Copying large files (movies, backup archives) from one SSD to another, real-time video editing, and disk benchmarks; that's about it. So unless...

Dunlop0078

Titan
Ambassador
Well I just got a samsung 960 evo nvme ssd which is stupid fast and gets like 3000mb/s read performance versus most sata SSD's which are around 500-550mb/s read. With two sata ssd's in raid 0 you may get around 800mb/s reads. With my 960 evo I noticed maybe a few seconds shaved off load times in all the games I have played so far. So if I only noticed a few seconds off load times with an SSD that is 6 times faster than my old sata ssd, im doubtful putting your ssd'd in raid 0 will make a noticeable difference in game load times.
 
The reason a 960 EVO which is supposedly 6x faster than a SATA drive only shaves a few seconds off load times is because the 6x speed difference is at sequential read/writes. The bottleneck is 4k read/writes, which are still far below SATA 1 speeds, much less SATA 3. They're about 30-100 MB/s. (In fact, this is where most of the speedup of a SSD over HDDs come from. HDDs only get around 1 MB/s at 4k read/writes, so SSDs are 30-100x faster. HDD sequential speeds are around 150 MB/s, so SATA SSDs are only about 4x faster.)

Very little drive activities depend on sequential read writes. Copying large files (movies, backup archives) from one SSD to another, real-time video editing, and disk benchmarks; that's about it. So unless you're doing real-time video editing, or constantly shuffling a huge movie collection between SSDs, or running a benchmark to impress your friends, you're actually better off ignoring the sequential speeds and focusing on the 4k speeds and IOPS when selecting a SSD to buy.

RAID 0 doesn't help with 4k read/writes. Since the smallest sector size is 4k, all you're doing is taking a 4k or smaller file, splitting it in half but padding each half up to 4k (so now you have 8k of data to write), and each drive writes 4k of data. In fact once you add in the overhead of splitting and padding, software RAID 0 actually ends up being slower than a single SSD at 4k read/writes.
 
Solution