arkangel101 said:
Basic DELL Motherboard, most important points: 1-PCI x16 Port, 4 SATA 2 Ports, RAID0 Supported (But no TRIM with RAID0 SSD)
Currently 2 of the SATA 2 ports are used with a Blu-Ray Re-Writer and CD Re-Writer
Windows 8
2) 250GB SSD (probably Samsung 840) as boot with 2 HDD in RAID0 (probably replace my current ones although not sure) [Don't particularly want to loose the extra CD drive]
If you plug a newer SSD like the 840 or 840 pro into a SATA-2 port, you'll be losing out on about 33%-50% of the speed. I would consider replacing the motherboard and getting an SSD, while keeping your current HDDs (option 2). Most newer motherboards have 6 ports -- 2 SATA-3, 4 SATA-2. Having 6 ports means you can keep the extra CD drive.
Unfortunately, Dell has a nasty habit of using non-standard motherboards (screw holes are in different places than ATX) and power supplies (pin arrangement is different). So upgrading your motherboard could also mean replacing your case and power supply.
Another option would be to add a SATA card. If you have a spare PCI-E slot, you could get a SATA-3 card. If not, you could just get a cheap SATA-2 card or even older SATA-1 (they're usually PCI) and plug the CD drive into that.
geofelt said:
I do not think there is any value in raid-0 for a storage drive.
Unless you have very particular storage needs, RAID-0 with HDDs is almost always a bad idea. Most of the speed gain is on big sequential read/writes. Smaller random read/writes usually end up slower. The drive's seek times overshadow any speed advantage, and there's some overhead for piecing the data together from two drives. In practice, RAID-0 could get you about 25%-50% faster throughput on sequential read/writes, with that advantage rapidly disappearing with smaller read/writes.
http://tweakers.net/reviews/515/raid-0-hype-or-blessing...
RAID-0 on SSDs is a different story since they have almost zero seek times. They're able to provide the data instantly, so the only overhead is time to piece the data together. In fact, internally SSDs are just like 8-16 SD flash cards linked together in a giant RAID-0.
However, most modern SSDs can hit 400-500 MB/s all by themselves. Its very rare for someone to need something faster. The most common reason for using RAID-0 on SSDs is because you want 1+ TB of storage and there aren't 1+ TB SSDs for sale at a reasonable price.
If performance is your objective buy a single larger 7200rpm drive. Larger drives perform a bit better because they have denser platters and can transfer more data per rotation. said:
If performance is your objective buy a single larger 7200rpm drive. Larger drives perform a bit better because they have denser platters and can transfer more data per rotation.
This can be a bit tricky though. A old 1 TB 7200 rpm drive using 3 platters will have slower sequential read/writes than a newer 1 TB 5400 rpm drive using 2 platters. Even though the 7200 rpm drive spins 33% faster, the storage density on the 5400 rpm drive is 50% higher. So more bits/sec are passing under the active read/write head of the 5400 rpm drive.
When people buy 7200 rpm drives, they frequently go for the cheapest. Unfortunately the cheaper ones tend to be older, which means they have more platters and lower data density, and thus are often the same speed or slower than a newer 5400 RPM drive.
That said, the 7200 rpm drive will have lower seek times. But I don't think that really matters on a non-boot storage drive.