The problem with Raid-0's is the failure rate
doubles. That's why you have to have a sort of redundancy with it, usually RAID 1+0, which also doubles your required drive, so instead of 2 drives you need 4 drives.
Now what's good with SSD, is that it is
immune from the most common HDD failure a head crash. It is also more shock resistant (probably more than 40x) and can handle more extreme temperatures with that of an HDD. For instance, you're tower accidentally fall, SSD will have definitely have a better chance on having your data intact.
So having a raid 0 with SSD without redundancy makes more sense than HDD.
here's a video of HDD vs SSD in real life performance test, check out the last clip about the vibration test:
hdd vs ssd
The good thing about the SSDs is their sustained read and write. In conventional harddrives, the read and write goes slower as it reads on the edge of the disk platter. that's why it can go from 30MB/sec to 90MB/sec, its not consistent, it depends on where the data is located. For SSD, it is always the
same which is probably because of their super slow latency, .01ms, vs 16ms of conventional hard drives.
Now this is where SSD real shines - random read and write performance. Conventional disk (HDD)'s problem is their seek time, if you access data all over the disk, the latency builds up and all your other components have to wait, e.g. cpu and memory. With the very low latency of SSD has, accessing data on random parts is isn't a problem on SSD
See the chart below on how conventional HDD perform poorly on ramdom reads/writes.
Random read
Random write
Looking at the graph, the mechanical drives, including the VelociRaptor doesn't even hit 1mb, that's why they aren't even
visible in the graph LOL
What does this mean, OSX, Windows, and most applications usually use random reads and random writes in 4kb to 64kb writes.
Quoting from Anandtech
"The mechanical disks however do a lot worse. While the Intel X25-M took 3.5 minutes to extract the 5GB archive, the VelociRaptor took over 17 minutes."
That's 13.5 minutes descrepancy! So VelociRaptor is 480% slower in this particular test.
I guess, that explain what's the hype on SSD is about. If you are heavy on writes, I suggest you to try the intel x25-e, its write speed is double to that of x25-m.