thetoolwiz2

Q: Hybrid drive vs. fusion drive performance

I just got a new Mac Mini (Oct 2012) and it has a 1TB drive in it.

 

I'm going to use it to replace an older Mac Mini in which I installed a 500GB Momentus XT hybrid drive.

 

That sucker ran a LOT faster than the original drive that was in there, even though there's only 4GB of flash cache on it.

 

As I understand things, I can add an SSD to my machine and Disk Utility will configure it to work with my existing drive and make it look like a fusion drive.

 

The other option is a 1TB hybrid drive from Seagate.  They don't call them Momentus XT any more, just SSHD or something like that.  It has an 8GB flash cache on it.

 

Here's my question: is a "fusion drive" configuration with 128GB or 250GB of SSD going to be noticeably faster than a 1TB hybrid drive?

 

Or will the hybrid drive get me ~90% of what the fusion drive configuration will do?

 

What would you do, and why?

Mac mini, OS X Mountain Lion (10.8.3)

Posted on Apr 19, 2013 5:04 PM

Close

Q: Hybrid drive vs. fusion drive performance

  • All replies
  • Helpful answers

Page 1 Next
  • by Allan Eckert,

    Allan Eckert Allan Eckert Apr 19, 2013 5:09 PM in response to thetoolwiz2
    Level 9 (53,561 points)
    Desktops
    Apr 19, 2013 5:09 PM in response to thetoolwiz2

    From all the research I have done on the Fusion Drive vs the hybrid drive, I think Fusion Drive is the way to go. As soon as I get my tax refund I will purchase an SSD and the make it into a Fusion Drive.

     

    I know from my days of doing system support on servers that tiered logical volumes, which is what a Fusion Drive is, are really good,

     

    Allan

  • by thetoolwiz2,

    thetoolwiz2 thetoolwiz2 Apr 19, 2013 6:24 PM in response to Allan Eckert
    Level 1 (5 points)
    iPad
    Apr 19, 2013 6:24 PM in response to Allan Eckert

    Thanks.  I'd also love to hear from anybody who's got hands-on experience with both in the same environment.

     

    Doesn't have to be a Mac Mini, just wondering how much of a practical speed difference is noticable between these two options.

     

    BTW, I rarely shut my machine off.  Usually I just put it to sleep, so the "boot-up time" is totally irrelevant to me. It's how long things take to load from disk, and the vast majority of the time I'm only using Mail, Chrome, Safari, and everything they touch, as well as PDFs and various media files that are on the disk.

  • by Creeper74,

    Creeper74 Creeper74 Apr 20, 2013 2:55 AM in response to Allan Eckert
    Level 2 (364 points)
    Desktops
    Apr 20, 2013 2:55 AM in response to Allan Eckert

    I would agree with Allan.  The difference appears to be in the underlying software and how it manages tiering the data.  Using a hybrid drive will more than likely use Intel Smart Response, but Apple (in typical Apple fashion) has rolled their own, and reviews are quite good.

  • by tbirdvet,

    tbirdvet tbirdvet Apr 20, 2013 4:52 PM in response to thetoolwiz2
    Level 4 (3,008 points)
    Apr 20, 2013 4:52 PM in response to thetoolwiz2

    I had an iMac that had an original 7200 RPM drive.  I replaced it with a Seagate Momentus XT 750GB Hybrid drive.  It was like night and day on booting and opening apps.  The hybrid is really much faster.  Then I replaced it with a Vertex 4 SSD.  My boot times and apps opening times were a little faster than the hybrid drive but not by much.  I'm sure if I were moving very large files or doing non repetive tasks the SSD would be mush faster.  However since most do repetitive tasks and the hybrid "learns" and keeps those items on the flash part of the drive it is a very good alt. to the SSD.  I also tested the standard 5400 RPM 1TB drive in my new Mac mini and it is very slow, horrible actually.  I replaced that with an SSD.

  • by Allan Eckert,

    Allan Eckert Allan Eckert Apr 20, 2013 5:26 PM in response to tbirdvet
    Level 9 (53,561 points)
    Desktops
    Apr 20, 2013 5:26 PM in response to tbirdvet

    The primary difference between a hybrid drive and the fusion drive is that the hybrid is a hard drive with solid state caching. so as with all caching systems the data exists in two places. Whereas the Fusion Drive is a tiered logical volume in which data is alway sent and received from the solid state drive first. Later older data is demoted to the hard drive. In the case of the Fusion Drive data only exists in one place. So the only time that the computer is forced to get data from the hard drive is when the solid state drive has been overloaded.

     

    Allan

  • by thetoolwiz2,

    thetoolwiz2 thetoolwiz2 Apr 21, 2013 1:25 AM in response to Allan Eckert
    Level 1 (5 points)
    iPad
    Apr 21, 2013 1:25 AM in response to Allan Eckert

    I am totally aware of the differences between these and how they work.

     

    I could explain the technical differences between a poly-ply tire and a steel-belted radial.  While the theory is great, you really wouldn't appreciate how much quieter steel-belted radials are until you actually ride in a a car with them and the same car without them.

     

    As I said, I'm looking for people who've actually tried all three approaches in the same system and can speak to "how much quieter the ride is" so to speak.

     

    I just got done installing the 1TB Seagate SSHD in my Mac Mini and the load times on various apps are WAY faster than they were coming off of the standard 1TB drive that ships in the box.

     

    I'm just curious how much faster an SSD is than a hybrid drive IN PRACTICE -- not in theory -- because with 8GB of flash cache, there's not much reason to expect there would be much of a difference for any data that's used frequently enough to reside in the flash cache most of the time.

  • by Cyril from Paris,

    Cyril from Paris Cyril from Paris Sep 7, 2013 1:45 PM in response to thetoolwiz2
    Level 1 (0 points)
    Sep 7, 2013 1:45 PM in response to thetoolwiz2

    If the difference between both Systems is caching vs tiering, We may compare these technos as follow :

    - caching involves duplicated data in both standard drive and SSD cache. And this is how works caching for years, even for RAM caching. In this situation, a SSD-cache miss (with full random IOs) will occur for every first reads.

    Then, if a second Read to get this specific data is triggered shortly, we will get a cache hit in SSD.

    This approach is very simple but needs dual reads to work, each of them being quite close in time (due to MRU algorithm) : too old blocks get evicted the first from Cache.

    But always accessed blocks may remain in cache for ever !

     

    - tiering makes blocks mouvements between low speed tier (Standard drives with cylinders) and High speed tier (cells).

    I agree, there is no duplicated data.

    In this case, the algorithm has to collect stats in a window-time frame to understand which blocks are to be moved from tier to tier. Warm blocks are moved to higher tiers, but only after the stats collection is finished.

    Hence, this approach is not as immediate as caching. But it will perform great if the warm blocks remain quite the same.

     

    On High end storage Systems, you can also freeze a tiering config to get sure that future stars results wont alter the expected config.

     

    Imgine that you have to browse a 3 years old iPhoto package library.

    If you stay working on the Last month, caching will Help you very fast as it will get help at the second access.

    Tiering should Help too, but a bit later :-)

     

    HTH

  • by dwb,

    dwb dwb Sep 8, 2013 8:02 AM in response to thetoolwiz2
    Level 7 (24,152 points)
    Notebooks
    Sep 8, 2013 8:02 AM in response to thetoolwiz2

    I had both a 1st and 2nd generation Seagate hybrid as well as a 1st generation Samsung SSD installed in my 2009 MacBook Pro. (obviously not all at once!)  While both hybrids were significantly faster than the standard drive it shipped with, especially when starting/restarting, neither could hold a candle to the SSD. It was this experiment that eventually led to my decision to purchase a MacBook Air for traveling.

     

    Today I have a new iMac with a fusion drive which is about 60% filled. In other words I have more 'stuff' than can fit on the small SSD Apple uses. In terms of drive access speeds, starting/rebooting, etc, I cannot tell the difference between an SSD and the fusion drive. Now I know someone could easily come up with benchmark tests to prove the fusion drive is slower than an SSD but in terms of my everyday use there's no practical difference.

     

    Now having said that, I have some musician friends who claim a fusion drive isn't a good choice for live recording and I can't gainsay them. I don't record live music.

  • by debunk4,

    debunk4 debunk4 Sep 20, 2013 3:26 PM in response to thetoolwiz2
    Level 1 (0 points)
    Sep 20, 2013 3:26 PM in response to thetoolwiz2

    Hi thetoolwiz2. How difficult was it to install the SSHD into the mac mini? Thinking of doing this.  I have the late 2012 i5 and it only has 500GB, so this upgrade is perfect: double the capacity, more speed, $100 .  If it's easy...

  • by TheToolWiz,

    TheToolWiz TheToolWiz Sep 20, 2013 4:54 PM in response to debunk4
    Level 1 (0 points)
    Sep 20, 2013 4:54 PM in response to debunk4

    I bought a kit on eBay that comes with the tools and instructions needed, as well as the additional drive connector.  The instructions are clear.  I also dug around YouTube for videos people have made about how to pull the machine apart. It's not too bad if you're mechanically inclined.

     

    FWIW, I upgraded to a MacBook Pro with an SSD in it, and I've gotten really spoiled by the speed of this sucker! The MacMini isn't much slower even tho it has a hybrid drive in it.  But it has the same CPU and RAM.  (Actually, I think the MacMini's CPU is a tad bit slower than what's in my MacBook Pro. But it's barely noticeable.)

     

    Given the choice between a regular HDD and a Hybrid, I'll go with a hybrid from now on.  It's way cheaper than an SSD, and nearly as fast for normal stuff.

  • by TheToolWiz,

    TheToolWiz TheToolWiz Sep 20, 2013 4:57 PM in response to Cyril from Paris
    Level 1 (0 points)
    Sep 20, 2013 4:57 PM in response to Cyril from Paris

    Doesn't help one bit. It's like explaining sex vs. experiencing sex. 

     

    As I've said, I'm looking for people who've got personal experience working with both hybrid drives and SSDs in the same or comparable environments who can speak first-hand on what differences they found in terms of performance. All the theory in the world is just that ... theory.

  • by cnovy,

    cnovy cnovy Jan 3, 2014 4:23 AM in response to TheToolWiz
    Level 1 (0 points)
    Jan 3, 2014 4:23 AM in response to TheToolWiz

    I feel your pain.  You've asked a simple question (essentially "which one will I like better?") and mostly received answers that had nothing to do with what you've asked.  Seems to be a common probelem on a lot of discussion forums.

  • by Jarom Ellsworth,

    Jarom Ellsworth Jarom Ellsworth Jan 20, 2014 7:51 PM in response to thetoolwiz2
    Level 1 (14 points)
    Apple Watch
    Jan 20, 2014 7:51 PM in response to thetoolwiz2

    It helped me a lot! Thanks for all the information!

  • by Zarquon42,

    Zarquon42 Zarquon42 Oct 3, 2014 8:55 AM in response to thetoolwiz2
    Level 1 (84 points)
    Mac OS X
    Oct 3, 2014 8:55 AM in response to thetoolwiz2

    Looks like somebody's done these tests for you: Seagate SSHD "Hybrid" versus HDD, Fusion Drive, and SSD. From the looks of it, the hybrid drive is just not worth the extra money. I've got a 2008 iMac I'm trying to breathe life back into, and I was thinking of going the Hybrid route. But these test results make me think it's not worth doing; I think I'll just get a bigger internal HD, put the existing internal HD into an enclosure to run Snow Leopard on (so I can play Starcraft and run my copy of Word that can do things newer versions cannot, etc.), and when I have the time and money, buy an external optical drive and replace my existing (broken) internal optical drive with a SSD to make a Fusion drive.

Page 1 Next