Solid State Drives (SSD) are one of the biggest performance increases to hit personal computers for quite some time. For many years, a solid rule of thumb was that a given computer didn’t have enough RAM and therefore the cheapest way to speed up a computer was to add more RAM. Of course this was only of noticeable benefit if the computer was running out of RAM and hitting it’s , which is generally a pretty common occurrence. These days it’s more common that a computer will have sufficient RAM for general tasks, so now the major bottleneck in any given system will generally be the storage subsystem. Mass storage will have two constraints on the speed at which data can be accessed - bandwidth and latency. They are similar and related terms, but mean quite different things when applied to storage. Bandwidth refers to how much data you can read from, or write to, storage in a given amount of time. Hard drives at present generally can sustain anywhere from 25MB/sec to 100MB/sec. Latency refers to how long it takes to access a given piece of information from the time you request it. In a hard drive you have two main sources of latency – there is rotational latency and seek times. Rotational latency is due to the spinning nature of a disk, you have to wait for the piece of information you want to read to pass under the head of the disk, the faster the disk spins, the lower the rotational latency will be. Seek times are due to the mechanical movements of the head across the disk, it takes a number of milliseconds to move the heads from one part of the disk to another and then begin reading information. In current hard drives, these times are anywhere from 5 to 15 ms or so. It is the combination of these two factors that put a cap on the performance of a hard disk, especially when reading and writing a lot of random chunks of data that are distributed over the surface of the disk. Solid State Drives achieve their amazing performance by reducing seek times to microseconds (one-thousand times faster than hard drives) and completely eliminating rotational latency. They also generally have a much higher bandwidth than hard drives, but this is less of a benefit to the perceived speed of a computer than the reduction in delays. When you boot up your computer, it suddenly starts up and begins loading the operating system from disk. Modern operating systems are made up of tens of thousands of files, scattered all over the disk. Whilst there are caching methods to reduce the random disk access during the system startup, it’s not eliminated altogether. Then, once you are at the desktop, the programs you have set to launch at startup all begin to launch at once, adding more random disk access on top of the loading OS level services that are still happening in the background. During all this, your computer is probably spending longer waiting to read data from the disk than it is spending actually reading data from the disk. We’re being hampered by what’s known in the industry as IOPS or Input/Output Operations Per Second. Enter from stage left the SSD. Reducing these delays to a figure that is close to zero means that you computer will boot up quite a lot quicker, as it’s able to get the data it needs when it needs it and not have to wait for mechanical components to move around. Taking a MacBook Pro laptop as an example. The factory hard drive spins 5,400 times per minute (5400 RPM) and, in my experience, starts to really suffer when it’s given more than a couple of hundred IOPS and will simply not be able to deliver any more than around 700-800 IOPS. If the disk is being used this intensively, the rest of the system will seem to grind to a hald, applications will be non-responsive, the system will be slow to do anything and the computer can seem to hang at times. In this very same MacBook Pro, switching to a SSD immediately saw an improvement of over 10x on IOPS. Writing data to the disk, importing a 3GB email archive in mbox format and indexing these emails for full-text search with Spotlight saw the OS performing over 5-6000 IOPS, and the rest of the system was still completely usable. Boot times are reduced to mere seconds, and this is from power off to a usable desktop state, applications launch in a fraction of the time that they used to and the general responsiveness of the system is improved out of sight. What’s the catch? All of these benefits do come at a cost, quite literally, in dollars. 1000GB hard drives are available for under $200 whereas a brand-name SSD will set you back around $300-400 for a 64 – 80GB unit. In putting a SSD in my main workstation, I have had to do some careful data organisation. I’ve had to symlink my media folders to live on a old-school hard drive as I can’t afford the space, and nor would it provide any benefit, having 10’s of GBs living on the SSD. I’ve had to be selective with the applications I have installed, running custom installs for software suites and just installing the components that I use. The benefits to me are well worth it, not only is my system amazingly faster to boot and launch apps, but it’s a lot more usable on a day-to-day basis as well. Another benefit is that SSDs are completely silent, so when my data hard drive isn’t being used and it goes to sleep, my computer is a lot quieter than it was before. Solid state drives will also require us to rethink a lot of other things with computers that once were considered fact. Things like defragmenting the disk are now worse than useless - as SSDs only have a limited number of write cycles, defragmenting a disk can actually significantly shorten it’s lifespan. Failure modes of SSDs are also going to be different to hard disks with less occurrence of catastrophic failures causing the loss of all data on the whole disk and instead more highly-used areas of the disk will fail to be written to causing parts of the disk to go bad before others. As prices on SSDs come down over the next couple of years, they will start to become commonplace in more and more computer systems. They will also be used to good effect in more embedded systems, in places where the lack of moving parts is a great asset. Expect to see a lot more of them.
Solid State Drives are the new black...
Solid State Drives (SSD) are one of the biggest performance increases to hit personal computers for quite some time. For many years, a solid rule of thumb wa...
Keep This Useful
Spotted something outdated or unclear?
If a step has changed, a screenshot no longer matches, or something here just does not work the way it should, get in touch and we will take a look.