In the past when it came to data center infrastructure and specifically servers, most of the hyped up innovation was focused around the CPU, peripherals, and higher memory ceilings. For many years disk wasn’t really that sexy. For most IBM i shops all that mattered was having enough total storage, enough arms to support I/O needs, and a solid raid configuration for resiliency. Most customers had spinning 15k hard drives up until SSD drives (Solid State Disk) became more readily available and financially palatable.
SSD and more specifically the underlying flash technology they are built on, paved the way for big innovation and massive performance gains at the storage level. These innovations were so impactful for overall compute performance due to storage becoming a major bottleneck as a result of CPU and interconnect speeds increasing over the years, while storage tech stayed fairly stagnant.
Today Flash technology is driving big I/O and drastically increasing the density of storage in the data center. In this article we are going to look at these drive options, what makes them unique, how they perform, and where they are available.
Below is a diagram we will reference throughout the rest of the article.

SAS HDD’s
These drives have much higher latency, longer read/write times, and as a result, are much slower than the other drive options we will talk about here. These drives use the SCSI protocol to communicate, which we will touch on later. The biggest reason for the speed is that these drives have a motor-driven spindle that holds flat circular disks (called platters). They are coated with a thin layer of magnetic material. Read-and-write heads are positioned on top of each plater that moves back and forth as they read and write to disk. While these platters spin extremely fast at 15,000 RPM (Revolutions per minute) and the heads moving rapidly across them, it’s still subject to physical movement and has limitations.
Suggestion: If you get a chance google “slow motion video of hard drive seeking”. It’s incredible to watch them in action.
SAS SSD’s
This is our entry point into Flash storage. As you can see represented in the red outlined gray box in the above image, all the remaining drive options are built with Flash storage. SAS based SSD’s have no moving parts and are essentially a memory chip or interconnected integrated circuit. As a result of not having …