Is the speed difference I get from putting my SSD in RAID mode negligible?

7

1

I've got two 80GB Gen2 Intel SSDs, currently in RAID 0. I'm about to reformat for an unrelated reason, and I'm wondering if maybe I should just leave them as independent drives. The primary reason being so that I could use TRIM. I think I'd also get a faster boot, as a bonus.

As it is, they're lightning fast. The very second that I log into Windows, I get zero delay responsiveness when starting apps (the biggest delay is moving the mouse to the icon, it's pretty awesome). I'm thinking I won't really lose much, though, as I doubt that speed is dependent on the RAID.

This is my main computer (Windows 7, 3.6GHz i7 920, 6GB DDR3), so I use it for everything, but my primary uses are programming and gaming, so IO speed (particularly random read) is something I care a lot about.

So do you guys think that TRIM is worth giving up whatever speed gains I'm getting from the RAID?

Mike Pateras

Posted 2010-01-31T18:22:06.693

Reputation: 870

2I don't believe RAID has shown significant random read speed time decreases, so you should be ok with separate drives. – Phoshi – 2010-01-31T18:27:01.533

TRIM is probably more worthwhile than the striping, but I'd first pester Intel a little bit and remind them that we want TRIM pass-through for RAID. – Ben Voigt – 2012-05-06T01:30:43.130

Answers

3

As Phoshi mentions, there is probably little difference to random read/write performance. It's possible that with RAID0 the sequential write speed increases, because it is relatively low on the Intel X25-M drives at about 80MB/s max. However, the effect of using the drive over time, causing fragmentation, is shown here (see the table near the bottom): TRIM would help mitigate this performance drop. Also, there are the usual caveats with RAID0, such doubling the chance of data loss due to drive failure and the RAID controller itself being a single-point of failure.

sblair

Posted 2010-01-31T18:22:06.693

Reputation: 12 231

Wear leveling technology purposely "fragments" the data to ensure the consistent life of the drive! – None – 2010-01-31T19:03:53.053

The problem with fragmentation only really arises when a file is deleted - free space becomes "trapped". But the point here is that with TRIM, the SSD gets a head start - it can prioritise cleaning of the areas containing deleted files. So the drive has more usable free space, which tends to lead to better write performance. – sblair – 2010-01-31T21:15:04.157

You could do Raid0+Raid1 to cut down on data loss chances. :) but that would be expensive – Jeff F. – 2011-04-04T13:23:00.900

5

Here's a comprehensive SSD Benchmark report (testing a OCZ Vertex in RAID-0)

enter image description here

  • Impressive 505 MBps read and 437 write RAID-0 bandwidth with EVEREST
  • 64MB Cache buffer permanently solves 'stuttering' problem
  • Very low 0.10 ms random access time

RAID-0 almost doubles the speed compared to the same drive, I'd say, go for it! :)

Molly7244

Posted 2010-01-31T18:22:06.693

Reputation:

1That's only sequential, which is hardly an issue. Where can you dump 500 MB/s? – Mircea Chirea – 2011-01-24T04:43:40.863