Which alternative is most performant (raid, ssd, 15k rpm disks)

performanceraidssd

I'm looking at the DELL PowerEdgeâ„¢ R720 from Hetzner.

This server has a Dell PERC H710 8 Port SAS/SATA 6GBit/s raid controller.

I have the choice between:

  • 3 x 600GB SSD (MLC SATA 3Gb/sec)
  • 6 x 600GB 15k rpm SAS disks

The price between both options are the same.

I need at least 1,2 TB of disk space, more is better.

The server will be used to host ESX 5 development machines. Mostly heavy reads, not that many writes.

Which option would be more performant?

With the 6 x 600GB SAS disks I would also have the possibility to put them in RAID 10 (and of course RAID 5). With the SSD's it will be RAID 5.

Best Answer

RAID 10 is better for databases. Even though you'll be heavier on reads, caching and changes to the actual database will still impact the performance of your server.

I would go with the 6x SAN disks. SSDs in RAID 5 is just asking for trouble since you only have a single drive tolerance, and SSDs tend to fail rather suddenly where spinning drives tend to have warning signs.

Related Topic