1- that the performance begins to decrease as you start to decrease the number of drives. With an array of 24 drives, you are always reading/writing to 24 drives in parrallel.
Example, we have 48 bytes of data being written. In this case, you are going to simultaneously write 2bytes of the data to each of the 24 drives, spreading the data across them. So, it is very fast since since all the data gets written at the same time. Assume that each drive can write 1byte per second, it would take 2 seconds to write all 48bytes to disk.
With one drive, it wouldn’t all get written simultaneously. Assuming the same speed, it would take a full 48 seconds to write the data.
2 - Which leads to the second point. You are spreading your data across 24 drives. Lets say for example, you put a 240byte file into your filesystem. That file would be spread across the 24 drives, and you would have 10bytes of it on each drive. Now if you lose a drive, you just lost 10bytes of the file, and it is un-usable.
Remember this is an overview, and the examples are simply there to illustrate a point, they are not real world scenarios.
RAID 5 - 2 lane highway. 2 trucks can go fast at the same time with a 3rd truck behind them. 3rd truck is empty in case either 1 of the first trucks lose their data.(In real life that 3rd truck driver has half of the map… which would allow him to get to the destination based on 1/2 ofthe data)
RAID 10 - 3 lane highway with 2 trucks in each lane. You have the benefit of striping (the #lanes) and also mirroring (2 trucks in each). Benefit here is that both trucks in every lane has a whole map. So they don’t have to piece together directions from 1/2 a map.
For the quantity of drives, 2GB/s is VERY poor. That array has to be significantly slower than your average 8-12 SSD array since its about the same speed, and has to access double the drives to get the information.
They needed a better RAID card.
Theres several people who do over 1GB/s no problem, on 4 SSD’s. 24? Really?.. Ugh, they needed to know what theyre doing. They used QX9770’s with those horrible coolers. They would have been better off just using the stock Intel coolers.
Well, the seek times with SAS drives would be significantly higher. Those samsungs run .1 ms or so, 15K SAVVIO’s generally do 6 or so ms. Although it depends on the application, since sustained IOPS on SAS would be much better than the Samsung SSD’s due solely to the poor SATA interface on the SSD’s. The SATA controllers are pathetic for high IO operations.
I didn’t know a computer could analyze a room, and perform collision detection on visible items providing rough estimates of how it would react in a timely manner.