warezme WRITES:
> ... In which case your SSD's will eventually lose their performance and drop back
> down to merely fast hard drive status, based on their use and amount of free space.
Not necessarily, it depends on the model of SSD used. Some drives have very good
garbage collection characteristics. This is especially true of the Vertex2E, a model
which was optimised for surviving without TRIM because when it was new many users
were still on XP. Hence, it's a good model for UNIX systems aswell; I have three in my
SGI Fuel, performance is if anything actually better than when first installed 2 years ago.
Some models are quite different though, as you say their garbage collection is poor.
All depends on the model/firmware.
chumly writes:
> So what we need is:60 GB Boot Drive. 256 GB Game/App Drive. ...
Sure, that kind of split is quite common, though these days I don't see the point of using
anything less than a 120GB/128GB for the boot drive, given the current pricing, and there
usually is a useful extra performance edge from the 120s vs. 60s. (or 128s vs. 64s). If you
don't mind the hunt, for the cost of a new 60GB one can easily bag a used 120GB off eBay
these days (I've obtained loads of them, most recently another 120GB MAX IOPS for only
64 UKP total).
My gaming PC has a 120GB boot drive (Vertex3), 120GB game data drive (Vertex3 MAX IOPS)
and a 1TB Samsung F3 for general data & backup.
> 512 GB x 4 RAID 5 Storage Drive.Right?
I would recommend RAID10 rather than 5, but if it's for storage rather than speed (though
one will get some extra speed anyway), it makes more sense to use normal HDDs for this,
eg. 4 x 2TB RAID10 would be quite good.
Ninjawithagun writes:
> I strongly disagree with the findings within the article. I've been running my main gaming rig for
Not sure that comparing to a laptop is quite fair... differences in CPU, RAM, I/O paths, etc.
> ... For me, an SSD RAID 0 configuration is the way to go as I utilize the full benefits it provides. ...
Just curious, what do you do for backup? I use Macrium Reflect to create backup images files on
a 1TB SATA. If the boot drive SSD should fail (120GB Vertex3), I can then restore the backup
image onto a completely unused & safely stored away SSD of the same model.
Btw, I suspect your gaming setup behaves nicely for coping with multiple players, etc.,
because the RAID0 is likely being hit with a more threaded load, in which case the reads
will flow much better. I saw this effect with my own testing of up to 5 x 120GB Vertex2E
on a good P55 board:
http://www.sgidepot.co.uk/misc/ssd_tests.txt
Scroll down to the section entitled, "Asrock P55 Deluxe (RAID0/10 via Intel RST 11.6.0.1030,
64KB Stripe, 4K Cluster; multiple OCZ Vertex2E 120GB)". AS-SSD low queue-depth 4K read
doesn't increase that much (little parallelism) but 4K/64thrd scales very nicely, giving 511MB/sec
for 5xV2E/120. Or if one should desire some protection, then even 4xV2E/120 in RAID10 gives
a very respectable 375MB/sec for 4K/64thrd read; it's probably this behaviour that allows your
system to behave they way it does. As you say, it depends on one's task at hand. Someone who
was doing something that involved a lot of small random reads with no threading would observe
little gain from SSD RAID0, eg. processing pattern data for textile manufacturing (thousands of
small files involved in this).
4xV2E RAID10 loses some write performance vs. RAID0, but it's still good. Naturally, the results
with SATA3 models tested on later chipsets would be even more impressive (I'll test this later -
I have 8 x Vertex3 120GB MAX IOPS, various different X58/P67/Z68/X79 boards).
Ian.