A few years ago it seemed as if Hybrid Hard Drives were the future. Yet after a bunch of announcements and hope today we find ourselves in a world with two distinct markets: HDDs and SSDs. If you're willing to pay the price premium and limit maximum capacity, today's SSDs are very fast and if you choose well, reliable.

For a desktop PC this isn't a tough choice to make. I've been advocating a setup where you have a SSD for your OS + applications and a separate RAID-1 array of 1TB or larger drives for all of your music, movies and photos.

Notebook users don't usually have a ton of drive bays and thus only have room for a single drive. It's not a lost cause though, if your notebook is your only machine you can get away with an internal SSD + external storage whether in the form of a NAS or just something you attach via USB when you're at your desk.

For the very portable users that don't want to lug around another hard drive, or for those who refuse to pay the high dollar per GB rates that SSDs command, there hasn't really been an option other than mechanical storage.

Today Seagate is attempting to change that with its latest Hybrid HDD: the Momentus XT.

More 918 Spyder than Prius

Simply put a Hybrid HDD is a mechanical drive with some NAND flash on it that is automatically used by the drive to store data for quicker access. A hybrid drive really just attempts to do what my setup of two drives (SSD + HDD) does manually: put small, frequently used data on NAND flash and put larger, less frequently used data on platters.

In theory you get the best of both worlds, the overall capacity of a HDD and (most of the time) the performance of an SSD.

Seagate's Momentus XT starts with a standard 7200PM 2.5" Momentus drive and adds a 32MB buffer, the largest on any 2.5" Momentus drive. Seagate then makes it a hybrid by adding a single 4GB SLC (!) NAND chip on the drive's PCB. Connect a controller to manage what goes into the NAND and we're in business.

Seagate Momentus XT Drive Pricing (MSRP)
  250GB 320GB 500GB
Seagate Momentus XT $113 $132 $156
Seagate Momentus 7200.4 $55 $55 $85
Seagate Momentus 5400.6 $50 $55 $65

The size of the NAND was a shocker to me when I first heard it. I honestly expected something much larger. In the Momentus XT however, the SLC NAND acts exclusively as a read cache - writes never touch the NAND. The drive looks at access patterns over time (most likely via a history table of LBAs and their frequency of access) and pulls some data into the NAND. If a read request comes in for an LBA that is present in the NAND, it's serviced out of the 4GB chip. If the LBA isn't present in the NAND, the data comes from the platters.

If a read request can be serviced out of the NAND, the drive can be spun down which should save power. In practice it's rare that a sequence of reads can entirely be serviced out of NAND. What usually happens is you get a little bit of data out of the NAND and then the drive has to spin up to give you the rest. This can be a bit annoying because you get a drive spinup event in the middle of a data access rather than just before it.

The data in the NAND remains persistent across power cycles, however not formats or defrags. You still have to defragment the drive, but doing so resets the drive's learning back to zero. Defragmenting less often is the only real solution.

It's not a huge problem because the drive learns pretty quickly. By the second time you do anything the Momentus XT is usually a lot faster at the task assuming Seagate's algorithms pull any of the data you're accessing into its on-board NAND.

The chart below shows a comparison of a Western Digital VelociRaptor 600GB, a SandForce SF-1200 based SSD and the Momentus XT in boot times. I simply timed how long it took to boot into Windows 7 from the point the OS began loading to the time I got a cursor on the desktop. After a completed boot I shut down the machine and tried again.

While the first boot takes pretty long on both hard drives, by the second boot the Momentus XT is already noticeably faster than the VelociRaptor. Seagate appears to focus mostly on small, frequently used files and aggressively pulls them into the NAND.

The chart also illustrates a very important point. The SSD's performance is consistent even compared to the first run, while the Momentus XT needs to run through a workload once before it's optimized. This applies to more than just boot time, application loads or any sort of disk access.

Over a short period of time the Momentus XT should get many of the small files you use regularly into its NAND cache but the drive is best optimized for repeatable usage patterns. If you always use the same few applications in the same way the Momentus XT will work very well. I found that it's not very difficult to get data evicted from the NAND cache if you throw a random set of applications/workloads at the drive.

Why a Read Cache?

I've written a lot about the struggles that SSD controllers must deal with to manage writing and re-writing NAND. It's not surprising that Seagate opted to use the NAND on the Momentus XT as a read-only cache. Seagate controls what data gets written to the NAND, which makes block management much simpler. There's never a situation where the drive doesn't know what it needs to keep track of. And by using SLC instead of MLC NAND, Seagate doesn't even have to worry about aggressive wear leveling either. So it's about simplicity, not the perfect hybrid design.

Seagate claims that the 4GB size offered the best balance of price/performance, but I suspect that with more aggressive caching algorithms Seagate could benefit from a larger cache. With more NAND Seagate could also prefetch data into the cache. And eventually, if there is to be a future for hybrid drives, Seagate will have to enable a NAND write cache.

Once you start caching writes as well then you effectively make the jump into the SSD realm in terms of complexity. The read-only design is pretty simple but until we see Seagate enter the consumer SSD space I doubt we'll see a more aggressive hybrid drive.

Note that you shouldn't expect to get the same performance out of the Momentus XT's single NAND device as you would an SSD. Remember that modern SSDs have anywhere between 4 and 10 channels of NAND accessed in parallel to reach their very high transfer rates. A single NAND device isn't going to end up anywhere near as fast. At best the Momentus XT should be able to read from the cache at 20 - 40MB/s depending on the data being accessed and the type of NAND Seagate is using.

The Test - Real World First
Comments Locked

120 Comments

View All Comments

  • wagsbags - Monday, May 24, 2010 - link

    Most SSDs use wear leveling algorithms or compression or some other fairly complicated mechanism to ensure reliability. Seagate wanted to make this as simple as possible while still being reliable.
  • codedivine - Monday, May 24, 2010 - link

    Here is a request for a test. What happens in dual-boot scenarios? If I boot into Windows 7 and then lets say into Ubuntu, then I expect the drive will have some trouble determining what to cache in its relatively small 4GB NAND.
  • teohhanhui - Monday, May 24, 2010 - link

    "The drive looks at access patterns over time (most likely via a history table of LBAs and their frequency of access) and pulls some data into the NAND. If a read request comes in for an LBA that is present in the NAND, it's serviced out of the 4GB chip. If the LBA isn't present in the NAND, the data comes from the platters."

    It should not matter what OS you're using.
  • leexgx - Monday, May 24, 2010 - link

    it works at an very low level at LBA
    below is simplified
    if LBA 50 is accessed say 2 times or more it then gets added to the flash if LBA 50 is over written it invalidates the LBA 50 block from the flash (its bit more then what i have say but basically what it does)

    this drive does not talk to the OS at all when putting stuff onto the flash it makes an history of what parts of the disk are accessed the most and puts it on the flash (FIle or not)

    the disk does not care what OS is running as its only looking at the History of the LBA access on the hdd side of this drive, so there should no issues using these drives in raid as it works at the LBA level of whats accessed the most

    even better as each drive has 4gb of cache on them and raid 0 spreads data across muti disks the flash can be 4gb x N1 so if you have 4 XT drives you have 16gb of read cache flash available so if you open or use upto 16gb of files/LBA blocks that norm never change and are in use often they be cached so most of the reads come from the flash and Writes would goto the disk (if an Write and read are going on often the spinning disk maybe often only Writing most of the time as the reads would come from the flash)
  • nafhan - Monday, May 24, 2010 - link

    The hard drive's firmware controls what gets cached. If you went back and forth between two OS's, you'd probably end up with either one or neither of them cached. The article explains that the best case scenario for a hybrid drive is where your most frequently used applications can fit within the 4GB of flash memory.
  • Exelius - Monday, May 24, 2010 - link

    Any chance of seeing a desktop version of this drive?

    While I know you prefer the discrete SSD+RAID solution, there's something to be said for simplicity (from an end user perspective; at least.) I would personally love to see a 1TB drive with around 32 GB of NAND for around $200. Given that both 1TB drives and 32GB SSDs are available for under a bill, this should be doable, right?

    And on a different note; I'd be interested in seeing how a similar drive with a much larger flash cache performs in an enterprise scenario. Would the sync algorithm kill performance? Or would a larger cache allow wear leveling to make up for an increase in IOPS?
  • YellowWing - Monday, May 24, 2010 - link

    I second that! 1 TB disk with 32 GB NAND for a reasonable price in a 3.5 inch form factor would get my dollar. Even if it were only a read cache.
  • GourdFreeMan - Monday, May 24, 2010 - link

    32GB of SLC would push the price of such a drive beyond $400 once manufacturer’s margins are taken into account with current generation flash. If MLC could be used instead, the price might be pushed down into the $250 range for your hypothetical drive, but it would have to cache data far less frequently to avoid wearing out the flash (or have to include a real SSD-like controller and some extra flash as spare area, once again driving up the price).
  • mwagers - Monday, May 24, 2010 - link

    Hows the vibration? I am trying to find a HD for my macbook pro and cant seem to find a 7200 that doesnt vibrate the casing. How does this one fair?
  • JohnnyComeLately - Monday, June 6, 2011 - link

    I just put this drive in my 15" MacBook Pro. There is a slight increase, but it's very very slight. What I think you'll notice more over the OEM drive is the noise. When the fans are off, and I'm in a quiet room, normally my MBP makes nearly no noise. I can hear this Momentus' platter spinning. It's not obnoxious, bad, but you will notice it if you're in a quiet room.

Log in

Don't have an account? Sign up now