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

  • codedivine - Monday, May 24, 2010 - link

    Another request is to compare performance against a non-hybrid 7200rpm Momentus, which is the same drive minus the flash. That will make the performance benifits clearer.
  • Ralos - Monday, May 24, 2010 - link

    How come a Velociraptor is faster the second time, just after a reboot?

    It should be the same each time, should it not?
  • UltraWide - Monday, May 24, 2010 - link

    It's due to the fact that it's a mechanical drive with moving parts. At some times the head might be positioned closer to the data requested resulting in improved performance whereas other times it may have to wait for the next revolution to come to the same data. This creates slight variations in performance.
  • icrf - Monday, May 24, 2010 - link

    I don't think that makes sense. The second and third runs are consistently faster than the first run, and relatively consistent with each other. What causes a purely mechanical hard drive to learn?
  • kmmatney - Monday, May 24, 2010 - link

    I agree - the velocirapter should have parked its read head between boots, so it really shouldn't have been faster between the runs. It must have some tricks.
  • Anand Lal Shimpi - Monday, May 24, 2010 - link

    That would be Windows 7's SuperFetch at work.
  • bitterman0 - Monday, May 24, 2010 - link

    Actually, I was thinking about comparing this hybrid drive to Windows' own methodology of clustering frequently used data on a USB Flash drive (ReadyBoost, is it?). Granted, USB Flash is not as fast as this on-board SLC, and as far as I understand ReadyBoost is using USB Flash for lower latency purposes only. Yet, from what I hear ReadyBoost helps quite a bit in the OS boot process.

    But then I've noticed this reply indicating that SuperFetch was NOT disabled in any of the tests. Well, that pretty much invalidates all results obtained in the tests, don't you think? With 4GB of RAM, SuperFetch overrides much of 4GB of read-only NAND cache, and most likely confuses the cache controller. Have the test configuration had 8GB (or more) RAM, the situation would have been much worse still.

    Is there a possibility to redo the same tests with SuperFetch turned OFF? That would be a synthetic benchmark for Windows Vista and Windows 7 users, but it will be closer to reality for Windows XP, Windows Server and non-Windows users.
  • leexgx - Monday, May 24, 2010 - link

    you need to disable the ready boot or ready boost (i got to go out now so not going to check logs to what is doing the boot optimization) as i see 400mb or so of ram been free up after 20-30 secs after desktop is shown
  • jaydee - Monday, May 24, 2010 - link

    Does SuperFetch play the same role on the Momentus XT? Is someone were running WinXP, would we then expect the boot times to be about the same as the Velociraptor, and both of these have the same boot times no matter how many times you rebooted?
  • void2 - Monday, May 24, 2010 - link

    Not exactly. This is the result of ReadyBoot (improved version of "boot prefetch" from Windows XP).

    SuperFetch in Windows 7 is not even active for a few minutes after boot (unlike, alas, Vista).

Log in

Don't have an account? Sign up now