Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Data Storage

Hybrid Hard Drives Just Need 8GB of NAND 373

judgecorp writes "Research from Seagate suggests that hybrid hard drives in general use are virtually as good as solid state drives if they have just 8GB of solid state memory. The research found that normal office computers, not running data-centric applications, access just 9.58GB of unique data per day. 8GB is enough to store most of that, and results in a drive which is far cheaper than an all-Flash device. Seagate is confident enough to ease off on efforts to get data off hard drives quickly, and rely on cacheing instead. It will cease production of 7200 RPM laptop drives at the end of 2013, and just make models running at 5400 RPM."
This discussion has been archived. No new comments can be posted.

Hybrid Hard Drives Just Need 8GB of NAND

Comments Filter:
  • Not in my experience (Score:5, Informative)

    by swb ( 14022 ) on Thursday August 08, 2013 @11:08AM (#44509809)

    I had a Seagate Momentus XT (750 GB hybrid) and I replaced it with a Samsung 750 GB SSD. The pure SSD solution is noticeably faster in all respects, especially in boot up, and this is with a machine now using Truecrypt whole disk encyption (wasn't using it on the Momentus).

    The Momentus was a good upgrade until SSDs in the size I wanted were reasonably priced, but performance wise it isn't in the same league as a SSD.

    The hybrid SSD solution really shows its weakness when you deviate from "normal" behavior, and this can be anything from an application upgrade, running Windows updates, or accessing stuff you don't use that much. Performance just seems back to dismal levels and I suspect that it takes a while for the cache to re-optimize if the deviating disk activity is at all intensive.

    I think the hybrid concept is interesting, but I think you need more cache and a way to optimize the cache not just not most recently accessed blocks but for the operating system and applications in use, too.

  • by rullywowr ( 1831632 ) on Thursday August 08, 2013 @11:30AM (#44510059)
    The main issue is that if a traditional HDD fails, there is a small chance for data recovery. There also may be a short period where you can catch the drive "on it's way out." When a SSD fails, it often fails spectacularly...often "bricking" the entire drive or corrupting the entire contents.
  • by tlhIngan ( 30335 ) <slashdot.worf@net> on Thursday August 08, 2013 @12:11PM (#44510697)

    The lifespan issue with SSDs has three main factors.

    1: Type of flash memory (SLC, MLC, TLC, in order of decreasing durability)
    2: Size of the flash drive (larger drives have more room for wear leveling algorithms to work with, thus staving off flash cell burnouts due to exceeding maximum number of writes).
    3: The amount of throughput on the flash drive. An expected heavy load is roughly 10GB/day. Doubling the load halves the lifetime of the drive. Quadrupling the load quarters it.

    Granted, the cache on a Hybrid is being used a bit differently than how you would use a straight SSD. But, with such a small cache drive, you ARE going to wind up cooking it after a relatively brief period of time.

    Which for most users and usage scenarios, is basically forever. There's been a volunteer-run test of longevity [xtremesystems.org] which stresses an SSD until it fails by writing data to it continually. And the SMART data typically gives you plenty of advance warning - the Media Wear Indicator (MWI) tells you how many cycles are left in the array - once it hits zero, it means the number of write-erase cycles has hit the guaranteed limit and you're running in unknown territory (though there are usually still spare blocks and most will still have plenty of life). If you want guarantees, once the MWI hits zero, it's time to back up and get a new SSD. The tests run until the drive itself dies which tell you how long you have left. So you generally have a LONG indication of media wear out.

    However, the biggest problem SSDs face is actually sudden loss and corruption of the FTL tables (the ones that map logical sectors to actual flash sectors). If you hear of SSDs dying prematurely, it's almost always because of table corruption. These tables contain things like sector translation, sector wear, dirty/clean bits, trim status, etc.

    In the past, you could regenerate the tables from the spare area data (typically 16 bytes per 512 byte data area), but use of enhanced ECC algorithms consume that space up to accommodate better error handling. Plus it also meant way longer mount times as the controller had to scan the entire media for the information (many seconds long).

    These days, controllers come with 512MB or more of RAM to hold the tables in memory for quick access. The problem is the tables are often written out lazily to storage, which means if you yank the power suddenly, the SSD might not be able to write the dirty data to stable media, or worse yet, it'll be in the middle of the write operation which leaves data in an unknown state.

    Good SSDs often have piles of capacitors to serve as emergency power which can keep the array powered for a couple of seconds - more than enough time to flush the tables to storage and protect your data. Of course, this costs a lot more money and is usually present only in the top tier drives and enterprise class SSDs. If an SSD dies suddenly, it's usually because of this.

    Hard drives use the back EMF produced by the spinning platters to perform emergency shutdown procedures, including retracting the heads.

  • by vux984 ( 928602 ) on Thursday August 08, 2013 @02:39PM (#44512373)

    I think that might be a red herring. The new Macbook Air has a 14 hour battery life.

    And is also designed to minimize power. If you stuck a high performance 7200 rpm drive into it, it would make a big difference.

    Skimming benchmark sites for laptop ssd vs 7200 rpm hdd seem to be all over the map, from 1/2 hr to 2+hrs difference depending on the laptop and settings (the more energy efficient the rest of the laptop is, the LARGER the difference the hard drive makes).

    I'd like to see what percentage of that power is spent on the drive.

    Depends on a lot of factors. And again, the more efficient everything else is the great the impact the HD choice will make.

    Also SSDs idle more than HDDs, due to spin up times/seek times, and faster transfer times. So if even if an SSD and HDD had exactly the same ratings: for example: 0.5W idle, 1W seek/read/write, in most real-world scenarios the SSD will use significantly less energy because it spends much less time doing seek/read/write. For every 2 seconds of read/write the HDD does, the SSD will do 1. For every second of seek the HDD does, the SSD is still idle.

    That makes comparing them by specs almost meaningless, you really HAVE to look at actual usage profiles.

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...