Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
orkan said:If that is true, then why is this situation true?:
I had one 120gb sata drive. I use photoshop a lot.
I bought another 120gb sata drive, and set them in RAID-0.
Photoshop ran considerably faster on the raid, than it did with a single drive. Games also loaded faster. My hdd access times were noticably faster with a RAID than without it.
Why is this not true with the raptors?
Lazn_Work said:The thing to remember is that there are two parts of drive speed that matter, and they matter in different ways.
Bandwidth, and access time.
With RAID 0 (really AID 0 as there is no Redunancy in RAID 0) Bandwidth always increases, this is a good thing. The bandwidth of the array is always the number of drives times the data transfer rate of the slowest drive, as long as the stripe size is small enough. This is because each drive has to deliver its stripe of the data chunk before the data can be transfered so the slowest drive (mulitpled times the number of drives) defines the speed.
Access time on the other hand, access time is always at least the same as a single drive or a little worse, never better. This is because all drives need to access their data for the data transfer, so you have to wait on the slowest drive to finnish.
What does this mean in the real world?
Well, the main measurement (Bandwidth) is improved with RAID 0 so data transfers faster from a RAID 0 array, but it takes the same amount of time (or a little longer) to start transfering the data. So if you are working on large files you can see a great benifit from RAID 0.. but if you are working with a lot of small files, the transfers are starting and stopping all the time, and suddenly the access time becomes more important, and the slight (very slight) penalty of RAID 0 can become noticable.. And suddenly you are not gaining much benifit, but are still running the increased risk associated with RAID 0.
So it all depends on how you use your computer if RAID 0 is worth it. For people who manipulate large files regularly (photoshop, video editing, publisher, quark, CAD, map building for games, etc.) then RAID 0 makes sence. For the rest of the world it usually is not worth it.
==>Lazn