Understanding Storage Delays

Jim PappasJim Pappas of Intel, a fellow member of SNIA (the Storage Networking Industry Association) shared a really intuitive way to understand storage delays at the last Storage Developer Conference (SDC).  It’s very simple.  First consider these two facts:

  • The difference between the speed of system memory and that of a hard disk drive (HDD) is roughly 6 orders of magnitude, or 1 million times
  • SSDs split the gap.  An SSD is about 1,000 times faster than an HDD, and is about 1,000 times slower than system memory.  Memory access times are measured in nanoseconds (ns), SSDs in microseconds (µs) and HDDs in milliseconds (ms)

The problem with understanding this (ns, µs, ms) is that Continue reading “Understanding Storage Delays”