Slashdot Mirror


Everspin Launches Non-Volatile MRAM That's 500 Times Faster Than NAND

MrSeb writes "Alternative memory standards have been kicking around for decades as researchers have struggled to find the hypothetical holy grail — a non-volatile, low-latency, low-cost product that could scale from hard drives to conventional RAM. NAND flash has become the high-speed, non-volatile darling of the storage industry, but if you follow the evolution of the standard, you'll know that NAND is far from perfect. The total number of read/write cycles and data duration if the drive isn't kept powered are both significant problems as process shrinks continue scaling downward. Thus far, this holy grail remains elusive, but a practical MRAM (Magnetoresistive Random Access Memory) solution took a step towards fruition this week. Everspin has announced that it's shipping the first 64Mb ST-MRAM in a DDR3-compatible module. These modules transfer data at DDR3-1600 clock rates, but access latencies are much lower than flash RAM, promising an overall 500x performance increase over conventional NAND."

119 comments

  1. but by masternerdguy · · Score: 0

    Does it run Linux?

    --
    To offset political mods, replace Flamebait with Insightful.
    1. Re:but by Anonymous Coward · · Score: 0

      Does the same joke ever get old?

    2. Re:but by jedidiah · · Score: 1

      This sounds suspiciously like core memory.

      Soon the term "core dump" may no longer be an anachronism.

      The wheel turns...

      --
      A Pirate and a Puritan look the same on a balance sheet.
    3. Re:but by Anonymous Coward · · Score: 1

      Q1: Do the DIMMs in your PC run linux?
      Q2: Are you DIMM?

    4. Re:but by Anonymous Coward · · Score: 0

      DIMM = Dual Inline Memory Module. Unlike DDR3, they are a packaging and do not represent actual chips implementation. Someone COULD have them soldered onto the motherboard or hook up old EDO DRAM dies with enough support logic to pretend it is DDR3.

    5. Re:but by Anonymous Coward · · Score: 0

      DIMMs just might run linux.

  2. So NOT Vaporware? by Anonymous Coward · · Score: 0

    So this is something that actually exists in a purchasable product and not just an accomplishment in a laboratory? (although that would still be interesting).

    Could this lead to solid state drives being re-invented or made obsolete? Or perhaps some third option?

    1. Re:So NOT Vaporware? by jandrese · · Score: 3, Interesting

      With that said, ST-MRAM is still years away from practical consumer applications. Everspin’s new 64Mb “DIMMs” are impressive, but current 8GB consumer DDR3 DIMMs are as cheap as $30. That’s a 1000x density difference.

      Still completely impractical. It may improve with time, but I wouldn't hold my breath. They basically have to improve fast enough to catch up and then surpass Flash memory, which is difficult at best with the enormous lead Flash memory currently has.

      --

      I read the internet for the articles.
    2. Re:So NOT Vaporware? by lobiusmoop · · Score: 1

      "still years away from practical consumer applications"

      I read this as "still years away from BS Rambus patents from the mid 90's to expire"

      --
      "I bless every day that I continue to live, for every day is pure profit."
    3. Re:So NOT Vaporware? by Areyoukiddingme · · Score: 5, Informative

      They claim shipping, so... yeah, a product. However, not a retail product, from the sound of it. Nobody makes a populate-your-own SSD or such.

      More importantly perhaps, MRAM supposedly doesn't suffer from the page problem that NAND requires. Individual bits are accessible for reading and writing conveniently, unlike NAND, which requires writing by page. In addition, MRAM is supposedly much more robust than NAND, surviving many more write cycles. It hasn't existed long enough to know this for sure, but in theory, these two advantages means an SSD controller for an MRAM SSD could be vastly simpler than the ones required for NAND. No need for wear-leveling or page rewrite logic. This should both reduce the expense of SSDs and increase their real world performance and reliability.

      However, while the article summary blathers about "from hard drives to main memory", this is not a competitor to modern DDR SDRAM. Assuming the quoted 500X faster than NAND is accurate, MRAM latency should be on the order of 100 nanoseconds for a random read. (NAND read latency is on the order of 50 microseconds.) DDR SDRAM random read latency is on the order of 22 nanoseconds.

      Having said that, it is comparable with SDRAM from a decade ago, which probably translates directly to modern mobile devices. Low power suspend mode using MRAM instead of SDRAM could conceivably lower mobile device power consumption and improve battery life. If manufacturers get really silly, in theory a mobile device could be built that doesn't distinguish between its main memory and its mass storage. The two functions would be served by the same solid state circuitry. Obviously accommodating such a hardware design would give the kernel guys fits, but it could simplify things in the software a great deal, and incidentally net an interesting performance gain that's visible to users. Notably, the process of launching a program consists of nothing more than creating a stack and a heap for it somewhere--the program's code can stay right where it is. This also results in the somewhat bizarre (to modern ears) situation where suspend mode consists solely of persisting the CPU's state. Memory state is already persistent, always. As a final side effect, once scaled to SSD capacities, a device operating as described above effectively has an absolutely absurd amount of main memory, in theory, equivalent to the entire remaining capacity of the mass storage device.

      MRAM has been around in labs for 20 years now, so the possibility of this being a real, viable, product-ready device is reasonably high. MRAM doesn't suffer from Fusion Power Syndrome.

    4. Re:So NOT Vaporware? by ChrisMaple · · Score: 3, Interesting

      We're not too far away from the ultimate limit of smallness on all semiconductor technologies: single atom scale. Flash will stop improving then. More importantly, flash has two important defects: slow write time and an inherent wearout mechanism. So the ultimate (i.e.30 year) question is "can magnetic RAM cells be economically made about the same size as flash?" If the answer is yes, flash becomes obsolete.

      --
      Contribute to civilization: ari.aynrand.org/donate
    5. Re:So NOT Vaporware? by Anonymous Coward · · Score: 0

      If manufacturers get really silly, in theory a mobile device could be built that doesn't distinguish between its main memory and its mass storage.

      Cell phones running Plan9?

    6. Re:So NOT Vaporware? by Anonymous Coward · · Score: 1

      Obviously accommodating such a hardware design would give the kernel guys fits

      Already been there and done that. There's an entire "Memory Technology" section in menuconfig to cover all of this, plus the exec-in-place (XIP) stuff for executing programs from memory-addressable storage.

    7. Re:So NOT Vaporware? by AaronLS · · Score: 3, Interesting

      Yes, but many existing silicon technologies are running up to lots of hurdles right now at current feature sizes, so the single atom problem isn't close to being a concern. Some of the newer technologies not only allow much smaller feature sizes than the current 20nm, but will also allow stacking of components, rather than having a single layer of components as we do now in chips. Not only that, but some are non-volatile, yet fast enough to replace DRAM, so they would have a greater market being able to provide both ram and storage solutions. Hopefully that greater market combined with increased densities will lend itself to greater production and economy of scale. Who really knows though, there may be limits to how much they can produce, and thus the greater market will instead cause them to be priced at a premium. I'm just gonna wait and see, and be hopeful.

    8. Re:So NOT Vaporware? by AaronLS · · Score: 1

      From Outer Space?

    9. Re:So NOT Vaporware? by Anonymous Coward · · Score: 0

      Sounds like MRAM pretty much obsoletes NOR flash.

    10. Re:So NOT Vaporware? by pclminion · · Score: 2

      The better question is: if somebody invents a gaseous-state persistent storage technology, would that technology actually be called "VaporWare?"

    11. Re:So NOT Vaporware? by Chrontius · · Score: 1

      I'm having flashbacks to linear flash and the Newton. I remember being blown away when I discovered execute-in-place architectures, and frankly I'd like to see them come back.

    12. Re:So NOT Vaporware? by macraig · · Score: 2

      What part of hitting the process-reduction-scale wall haven't you understood? Right now there's not much boundless confidence that the scale of NAND can be reduced much more without rendering it useless. The already onerous guaranteed obsolescence of the medium is getting worse, not better, with every die shrink. Without some miraculous discovery NAND is rumored to be close to bottoming out, so it seems to me that an upstart technology can make some big leaps in the time it will take NAND designs to make even incremental improvements.

    13. Re:So NOT Vaporware? by Kjella · · Score: 4, Interesting

      Some of the newer technologies not only allow much smaller feature sizes than the current 20nm, but will also allow stacking of components

      Sure we can stack them, but can we cool them? Even the Ivy Bridge chips that lowered power consumption a lot compared to Sandy Bridge increased the watt per mm^2 die size due to the die shrink and now it's up to 77/160 = 0,48 W/mm^2. That is a lot of power you have to dissapate to keep a sane operating temperature. Having a flat chip - ignoring the 3D transistors, which are practically flat for this purpose - connected to a huge heat sink is a pretty effective way of doing that. If you stack the chips many of them won't be on the outside. First they have to transfer all the heat through the other layers, then to the heat sink. Supercomputers have worked on it for decades and they haven't really found a working solution.

      --
      Live today, because you never know what tomorrow brings
    14. Re:So NOT Vaporware? by Anonymous Coward · · Score: 0

      It's perfectly practical if you look at it in context. Nobody's going to make any consumer devices that use MRAM as their sole form of storage right now since it's just silly given the density and cost. On the other hand, it's fast enough to serve as a safe write cache on a SATA drive or as a high performance journal. Not having enough MRAM to store everything limits ultimate throughput but latency for a memory mapped write to become durable on the order of a microsecond makes it worthwhile right now.

    15. Re:So NOT Vaporware? by Agripa · · Score: 2

      NOR Flash is more resilient than ST-MRAM in two ways; it requires more than just a write enable line to write or overwrite data and NOR Flash is insensitive to magnetic fields.

    16. Re:So NOT Vaporware? by drinkypoo · · Score: 1

      Some of the newer technologies not only allow much smaller feature sizes than the current 20nm, but will also allow stacking of components

      Sure we can stack them, but can we cool them?

      Is there anything carbon nanotubes can't do? Besides, of course, have an acronym that you don't mistake for a naughty word.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    17. Re:So NOT Vaporware? by drinkypoo · · Score: 1

      They claim shipping, so... yeah, a product. However, not a retail product, from the sound of it. Nobody makes a populate-your-own SSD or such.

      But they do. You can buy a populate-your-own SSD that takes DIMMs. They have a battery backup so that they can refresh themselves. You can use them for cache volumes in contexts where you need a "real" disk. I don't know if you can get anything that takes DDR3 though, and you'd probably need to diddle the firmware to get the right timings for their memories.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    18. Re:So NOT Vaporware? by Anonymous Coward · · Score: 0

      What material is MRAM made of?

    19. Re:So NOT Vaporware? by juancn · · Score: 1

      You're thinking about just a single use-case. Which would be to replace non-volatile storage, but this could conceivable replace some or all RAM for mobile devices, since it needs no power if not actively reading or writing and would allow even lower power states.

    20. Re:So NOT Vaporware? by superzerg · · Score: 1

      If manufacturers get really silly, in theory a mobile device could be built that doesn't distinguish between its main memory and its mass storage. The two functions would be served by the same solid state circuitry. Obviously accommodating such a hardware design would give the kernel guys fits, but it could simplify things in the software a great deal, and incidentally net an interesting performance gain that's visible to users.

      Why would it gives kernel guy fits ? How would it be different to have a swap partition ? Anybody could say me what would be the problem running with no memory and only swap ?

    21. Re:So NOT Vaporware? by AaronLS · · Score: 1

      I'm speaking off the top of my head, but I think the memristors supposedly used significantly less power(and hence generate less heat). But they were indeed much much denser, so as you point out, the heat/area might not have been lower. I had never considered that before.

    22. Re:So NOT Vaporware? by Areyoukiddingme · · Score: 1

      If the only swap you have is a spinning disk, I suspect Linux will not work reliably. There are timeouts in many many places that would be breached repeatedly if all execution required spinning disk I/O.

      But see one of the other replies about how the Linux kernel is already outfitted with Execute In Place and everything needed to accommodate the architecture I described, as long as the storage device is fast enough. It has been pointed out elsewhere in the comments that a unified single storage architecture has already been built, in the Palm series of PDAs. Apparently some were made with battery-backed SDRAM as their sole storage.

    23. Re:So NOT Vaporware? by cheesybagel · · Score: 1

      Cooling. That was the problem they had with the Cray-3 which curiously used vertically stacked modules.

  3. Universal law of YouCan'tHaveItAll by davidwr · · Score: 4, Informative

    non-volatile, low-latency, low-cost

    AGoodThing, AnotherGoodThing, YetAnotherGoodThing, pick any two.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Universal law of YouCan'tHaveItAll by AaronLS · · Score: 1

      I'm hoping the density of memristors, being speculated at an order of magnitude better than flash, will lend themselves to low cost. They already have the other two. This is why technologies like this are speculated at becoming a "universal" memory. It's all hope and dreams at this point. I'm sure lots of people at one point and time would have not believed for a moment that flash could ever become a consumer harddrive.

    2. Re:Universal law of YouCan'tHaveItAll by Impy+the+Impiuos+Imp · · Score: 1

      Must...save..porn...Oh, that was fast!

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    3. Re:Universal law of YouCan'tHaveItAll by AaronLS · · Score: 1

      As possible speculative circumstantial evidence of this, HP is delaying memeristors due to concern that it would cannibalize their partner's flash business. I think that's a bad move anyhow. They should take the opportunity to be ahead of the game for awhile with an exclusive product, and charge a premium for it. The extra premium would offset losses of flash sales(which really would not be much because there's a good chance the Joe Shmoe was going to by a competitor's flash anyway).

    4. Re:Universal law of YouCan'tHaveItAll by Anonymous Coward · · Score: 0

      non-volatile, low-latency, low-cost

      AGoodThing, AnotherGoodThing, YetAnotherGoodThing, pick any two.

      Food, Water, Sleep. Pick any two.

    5. Re:Universal law of YouCan'tHaveItAll by sgt+scrub · · Score: 2

      I guess non-volatile could be found as a negative. eg. It can be a security problem waiting to happen.

      --
      Having to work for a living is the root of all evil.
    6. Re:Universal law of YouCan'tHaveItAll by Anonymous Coward · · Score: 0

      To Keep? pick 1 & 3.

    7. Re:Universal law of YouCan'tHaveItAll by Chrontius · · Score: 2

      I don't know about you, but I've never had to eat a meal while I'm sleeping.

    8. Re:Universal law of YouCan'tHaveItAll by Anonymous Coward · · Score: 0

      Easy decision as I'm not big fan of big boobs but AFAIK breast mods are cheaper than making an ugly face and personality "pretty".

    9. Re:Universal law of YouCan'tHaveItAll by Anonymous Coward · · Score: 0

      Yeah, Everspin deserves some kind of shot I think. Their biggest weakness is the low density of their technology right now, which simply is not competitive. The other parameters are acceptable depending upon application.

    10. Re:Universal law of YouCan'tHaveItAll by Anonymous Coward · · Score: 0

      non-volatile, low-latency, low-cost

      AGoodThing, AnotherGoodThing, YetAnotherGoodThing, pick any two.

      Remember ferrite core memory? If a time-traveler came along and offered modern DRAM as an alternative ("Faster! Cheaper! Smaller! Higher Capacity!"), it would be incorrect to shoot back with a "Pick Two!" type retort, because modern DRAM *is* smaller, faster, cheaper and higher capacity than ferrite core memory. The only reason those "three options, pick two" catchphrases hold up is that if there *was* an option that combined all three, everyone would be using it already, and completely ignoring those that offer only two. But if the reason you aren't using an option is that it hasn't been invented yet, that doesn't preclude it from being uniformly better. If it is, when it does get invented it'll rapidly take over the market, and the current way of doing things will be quaint nostalgia.

    11. Re:Universal law of YouCan'tHaveItAll by Electricity+Likes+Me · · Score: 1

      Or you know, just get ahead of the game with the superior product, undercut the market and take over.

      Everyone wants solid-state mass storage on a large scale, and the market flocks to the lowest cost-per-gigabyte.

    12. Re:Universal law of YouCan'tHaveItAll by Ginger+Unicorn · · Score: 2

      Pick any two.

      The breasts?

      --
      (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
    13. Re:Universal law of YouCan'tHaveItAll by LUH+3418 · · Score: 1

      We already have that issue with hard drives. Not everyone is worried about their RAM being stolen from a running machine. If that's somehow a worry though, perhaps a small system could be installed on the RAM sticks so that they erase themselves if they're taken out!

  4. power by Anonymous Coward · · Score: 0

    it uses a lot more power, and costs a lot more.

    1. Re:power by h4rr4r · · Score: 2

      Oh noes 800mw. Where ever will be get such levels of power?

      The cost is a much bigger issue.

    2. Re:power by Dr_Barnowl · · Score: 4, Interesting

      It uses a lot more power while you are using it. Because it runs 500x faster you have to use it for a lot less time though, and it doesn't need power to retain state.

      It uses 5x more power for that 500x performance. Of course, people will think up new ways to use that kind of performance.

    3. Re:power by Anonymous Coward · · Score: 0

      the original comment seemed to disappear. but right now you can use capacitors to retain information, and write to nand flash on power loss. it doesn't say anything about being able to be dynamically turned on/off, but even if that's supported you have to compare to the cost of nand/ram/capacitor solutions as used in raid controllers.

    4. Re:power by viperidaenz · · Score: 1

      Its 100x more power efficient than NAND.

    5. Re:power by badboy_tw2002 · · Score: 1

      Not to mention that its fast enough you could use it for primary memory on some systems. Eliminate a whole component out of the system - that saves cost and power. I'm guessing we'll see this in embedded stuff first.

    6. Re:power by Anubis+IV · · Score: 4, Informative

      For those curious, it performs 500x faster than NAND, costs roughly 50x more than NAND, and uses 5x more power than NAND. All-in-all, not too bad, considering it's new technology and is actually shipping, but it definitely has limited applications at the moment. Assuming they can get the cost down a bit or come up with a few more ideas to reduce power consumption (it's actually worse in older MRAM), it could be something interesting in the near future. I'm guessing MRAM will be showing up more and more often in the next few years, since it seems like it's finally cracked the wall between "cool in the lab" and "semi-practical" after years of being stuck.

    7. Re:power by multiben · · Score: 0

      Also it's raining and I have a rash that won't go away and my knee is sore and I wish people would stop looking at me funny and I don't like the colour of my underpants and the bus driver was mean to me this morning and I think the moon is affecting my sleep...

    8. Re:power by MozeeToby · · Score: 5, Insightful

      5x more power than NAND

      This seems confusing to me, because arguably it's going to use significantly less power than NAND. If I have something to write and it takes NAND 10s at 10w to write it, that's 100J of energy. MRAM would take .02s at 50w, that's 1J of energy. Unless I'm missing something? Seems like they could have quoted that to be both more accurate and show their product in a better light.

    9. Re:power by MightyYar · · Score: 1

      That's how the Palm models originally worked, though with battery-backed ram instead of flash.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    10. Re:power by pclminion · · Score: 1

      Power != energy. As your own calculation demonstrates. Bravo, you both understand and fail to understand something at the same time! I haven't seen that one before.

    11. Re:power by MartinSchou · · Score: 1

      Power is energy over time.

      I.e. 1 W is 1 joule per second.

      The reason this technology requires more power, is that the state changes and reads require more power to be activated than for NAND.

      They use less energy, because in order to read or write the same amount of data, they need significantly less time than for NAND.

      Since the scale for speed is so much bigger than it is for power, the end result is a reduced energy need - but you still need more power than for NAND.

    12. Re:power by Anonymous Coward · · Score: 0

      I haven't seen that one before.

      Because you're too busy nitpicking everyone else to see that you're doing it as part of your nit-picking. BRAVO. You fail /.

    13. Re:power by sgt+scrub · · Score: 1

      This is /. sir. Using math to solve problems is strictly prohibited. +5 banned for life.

      --
      Having to work for a living is the root of all evil.
    14. Re:power by Guppy · · Score: 2

      Bravo, you both understand and fail to understand something at the same time!

      Oh my gosh, he's in a quantum-super-imposed state of consciousness!

      I haven't seen that one before.

      Damn it, now you've observed him and collapsed his waveform. I bet you enjoy killing boxed cats in your spare time, too.

    15. Re:power by Racemaniac · · Score: 1

      i don't think you get what he means:
      it uses more power when reading/writing

      but if your computer writes/reads the same data over a period of time, it'll use less power over that period of time (because as you said, it'll use less energy to perform those actions, over this time period, that's power)

      It's maximum power draw is indeed 5X higher, but its average power draw under real workloads will be a lot lower?

    16. Re:power by slothman32 · · Score: 1

      This is for your sig only.

      I wonder how many of those people are illegal immigrants.
      I don't know about you but for people who think illegals should be deported should also not count them for values like those.
      Even money just giving the poor people wouldn't need to go to the illegals since they would be sent away.

      --
      Why don't you guys have friends or journals?
    17. Re:power by cheesybagel · · Score: 1

      They need to increase the density. 64 Mb is pathetic even by DRAM standards.

    18. Re:power by MartinSchou · · Score: 1

      No.

      100 W for 10 seconds is the same amount of power as 100 W for 10 minutes, but it's not the same amount of energy.

      It's a bit like speed (meters/second) vs distance (meters). If you travel at 10 m/s for 10 seconds and 10 m/s for 10 minutes, it's the same speed (10 m/s) but not the same distance.

    19. Re:power by sgt+scrub · · Score: 1

      Those numbers are only people who responded to the census.

      --
      Having to work for a living is the root of all evil.
  5. It is very volatile by Billly+Gates · · Score: 0

    If it has a limited read and writes before it goes bad it means I am not giving up my mechanical drive. I do database stuff and run games like SWTOR and WOW that pound it hard when loading gigs and gigs of data over and over.

    What does non volatile mean if it is not durable?

    1. Re:It is very volatile by Anonymous Coward · · Score: 1

      You do know that spinning platters also have a limited lifetime right? Not as low as NAND but it does have a finite lifetime.

    2. Re:It is very volatile by viperidaenz · · Score: 3, Informative

      The whole point of MRAM is to avoid the limited duration of Flash type memories. Data is stored as a magnetic field. Flash stores data as an electric charge - but the method flash uses to put that charge the is destructive to the insulating layer that keeps it there.

    3. Re:It is very volatile by Anonymous Coward · · Score: 5, Informative

      It's actually very durable. "In contrast, MRAM requires only slightly more power to write than read, and no change in the voltage, eliminating the need for a charge pump. This leads to much faster operation, lower power consumption, and an indefinitely long "lifetime"." (https://en.wikipedia.org/wiki/Magnetoresistive_random-access_memory)

    4. Re:It is very volatile by Anonymous Coward · · Score: 0

      Then why did the post mention limited write and read cycles?

    5. Re:It is very volatile by Anubis+IV · · Score: 2

      What does non volatile mean if it is not durable?

      I can't believe I'm having to answer this question on Slashdot, but "non-volatile" in this context means that you can cut power to it and it'll retain the information. The RAM in your computer is an example of volatile storage, since it requires a constant charge in order to preserve the data. NAND, MRAM, tapes, DVDs, HDDs, and a load of other technologies are non-volatile, since they can safely go without power while retaining the data contained within them.

      What you're talking about is something else entirely, and you actually have it backwards, since one of the big advantages of MRAM is that it can handle more read/write cycles than NAND. Plus, it's also more stable over time, since NAND that goes without power for too long will eventually lose the electrical charge that preserves the data, whereas MRAM can go for a much longer period of time before its magnetic approach to handling things will fail.

    6. Re:It is very volatile by Anubis+IV · · Score: 1

      The post was talking about NAND, not MRAM, when it mentioned limited read/write cycles. Current Flash memory technology (i.e. NAND) has an average of about 10,000 read/write cycles before it starts to fail. MRAM does significantly better in this regard.

    7. Re:It is very volatile by Anonymous Coward · · Score: 0

      Whoa, what is with all the Wikipedia quotes today?

    8. Re:It is very volatile by Anonymous Coward · · Score: 0

      According to their website the product has "Unlimited Read/Write Endurance". You are mistaking MRAM for NAND, the technology it could replace.

    9. Re:It is very volatile by AaronLS · · Score: 1

      Unless you're recording video most of the day non stop, or have a DB processing a huge number of transactions(which should be on a server, not your desktop), then a quality SSD should outlast your harddrive. If SSD's had been the forerunners, followed by HDD's, people would be talking about all the things that go wrong with an HDD at 3-5 years lifetime. Except they would probably be just oblivious of the all the failure scenarios that an HDD can suffer. At least with an SSD there is a predictable wearing, and no difficult to predict mechanical wearing. They produce a 10th of the heat as well, but there is conflicting views on whether heat plays a role in HDD failure.

      SSDs do seem to have a tendancy to be DOA or die in the first couple of weeks more often than HDDs, but that seems to be a quality control problem unrelated to write endurance. How often that is really the case is hard to say as well without hard statistics, so I emphasize "seem to".

    10. Re:It is very volatile by Anonymous Coward · · Score: 1

      And this number of read/write cycles for NAND flash is continuing to fall. Most consumer NAND flash SSDs are now rated for more like 3,000 cycles.

    11. Re:It is very volatile by Anonymous Coward · · Score: 0

      Vote this guy up: Durability is falling because of shrinking die sizes. Smaller flash cells translate in to less durability.

  6. Power, Price, and Density by Anonymous Coward · · Score: 2, Informative

    Speed = 500x
    Price = 50x
    Density = 1/64x
    Power = 5x

    So what you gain in speed, you lose in density, power, and price. Still, if it makes it 500x faster to boot a device, then you could imagine this being great for the embedded market as a boot-up device where the OS resides. The only problem is the 5x power consumption requirement. Maybe the power consumption should be compared to SDRAM, and this might be a good replacement -- imagine not having to wait for the OS in a mobile device to have to write to flash when powering completely down to resume instantly. That might be where this technology finds a niche.

    1. Re:Power, Price, and Density by Anonymous Coward · · Score: 0

      Forget "boot-up device". You use this as main memory for your embedded system, so "booting up" consists of restoring the CPU state from non-volatile storage. 500x faster is nothing -- what if you could boot in nanoseconds?

    2. Re:Power, Price, and Density by Anonymous Coward · · Score: 0

      wake up, 500 cycles, sleep for a second. perhaps perfect for deep space and deep sea applications

    3. Re:Power, Price, and Density by TheLink · · Score: 1

      It all depends on whether the 5x power is active or idle and whether you can return to idle state very quickly.

      --
    4. Re:Power, Price, and Density by disambiguated · · Score: 1

      what if you could boot in nanoseconds?

      I don't know much about modern computer engineering but hell, if you can wake from sleep that fast, you might as well sleep every time there is no schedulable thread.

      ...Weird to think about your computer sleeping between each key press, or between each network packet. You'd probably want to keep the display powered a little longer though ;)

  7. Congratulations! by Anonymous Coward · · Score: 0

    I applaude them for bringing this technology to market.

    Like everything new, it will get better and faster, it only needs to finally happen.

    No more 5 to 10 years in the future.

    I wish them the best of luck, and hope it will have a brilliant future.

  8. Re:Obligatory xkcd by ArhcAngel · · Score: 1

    You broke the xkcd!

    Not Found

    The requested URL /comics/researcher_translation.png was not found on this server.
    VoxCAST Server at imgs.xkcd.com Port 80

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
  9. That's fantastic. by Anonymous Coward · · Score: 0

    MRAM has for years only been available in small (a few megabytes or less) chips.
    More and faster, please.

  10. Cache for SSDs? by Kjella · · Score: 4, Interesting

    It has much higher performance flash and persistence but at a big cost in size, power and money. I think this sounds like good case for using it as write cache for SSDs that you don't need to flush. Imagine for example a log file that's very volatile, a line gets written every few seconds. Or that document or spreadsheet or email you're working on that Office auto-saves all the time or game autosaves for that matter. With this you could commit it to MRAM and it'd be written "for real" even in case of power failure with no supercap to flush to NAND without wasting write cycles on it. They say a 50:1 cost compared to NAND so on a 256 GB SSD a 512 MB cache should add ~10% to the cost.

    If you only need to push the most stale writes to NAND you could download a 50MB installer, install it using 100MB writes then delete the installer and it'd never need to touch the NAND at all - it's marked free again before it's ever written to disk once. Oh yes and you'd also get better burst IOPS as a bonus. If it really can't be worn out like RAM that is going to be huge, even if it just comes on top of the technology we already have and doesn't replace anything. After all, most of my SSD is the same from day to day - the "active set" that gets written to is much smaller.

    --
    Live today, because you never know what tomorrow brings
    1. Re:Cache for SSDs? by robi5 · · Score: 1

      Yes, they have said as much in their press release: http://finance.yahoo.com/news/everspin-debuts-first-spin-torque-140000887.html

    2. Re:Cache for SSDs? by AaronLS · · Score: 1

      Are we going to have hybrid HDD's with an SSD and then MRAM and then the usual volatile cache?

      Actually MRAM, if fast enough to replace traditional caches on RAID cards and Hard drives, could(barring other complications) eliminate many of the problems where you lose power or some other failure occurs and causes incomplete writes that hadn't been flushed from cache. It would hold the cache and could complete the operation when the system recovers.

    3. Re:Cache for SSDs? by AaronLS · · Score: 1

      This would make it's low density less of an issue perhaps.

    4. Re:Cache for SSDs? by smash · · Score: 2

      I'd count on it. People's appetite for storage is not going away, and SSD pricing isn't coming down fast enough. Due to the way most data access patterns work, making ALL of your storage super fast (be it cpu registers, cpu cache, RAM, etc) is far more expensive than it needs to be to get 90% of the performance.

      I see this as being used for NAND based SSD write cache, and the SSD being used for cache of spinning disks in the interim, and MRAM eventually replacing NAND entirely if they can get the density.

      I don't see traditional hard drives going away entirely for a long time. SSD is simply still too expensive for bulk storage, and if cached properly, bulk storage doesn't need to have super fast random access speed.

      --
      I run: Windows, OS X, Linux, FreeBSD. Just because you have a hammer, doesn't mean everything is a nail.
    5. Re:Cache for SSDs? by AmiMoJo · · Score: 1

      A big capacitor would be cheaper. Just use ordinary DRAM as a cache, flush it to NAND when the power goes off using the juice left in your capacitor. Some RAID cards already support it, and I seem to recall someone makes DDR2 based RAM drives that have batteries that allow them to save their contents to CF card after the machine turns off.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    6. Re:Cache for SSDs? by bill_mcgonigle · · Score: 2

      So, it sounds like these could be immediately deployed for an ext* external journal or ZFS zil/log device.

      Pretty sweet, now somebody just give me a barebones PCIe card with DDR3 slots and a linux block device driver.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  11. I'm confused, or ill-informed by wonkey_monkey · · Score: 2

    Everspin has announced that it's shipping the first 64Mb ST-MRAM in a DDR3-compatible module. These modules transfer data at DDR3-1600 clock rates, but access latencies are much lower than flash RAM, promising an overall 500x performance increase over conventional NAND.

    Wait, so, is this to replace RAM (the mention of DDR3) or to replace drive storage?

    These modules transfer data at DDR3-1600 clock rates, but access latencies are much lower than flash RAM

    Isn't that comparing apples (DDR3) and oranges (flash RAM)?

    --
    systemd is Roko's Basilisk.
    1. Re:I'm confused, or ill-informed by pipatron · · Score: 4, Informative

      It can actually replace both, which is pretty interesting and might change how our current computing model is built.

      There are already applications and systems in place to model the data storage like this, for example memory-mapped file I/O, where you basically tell the operating system that "please let me pretend that this huge file on the hard drive is already in RAM", and let the RAM be some sort of huge cache. The same model would apply to storage here, except we would get rid of the whole RAM layer between storage and CPU.

      --
      c++; /* this makes c bigger but returns the old value */
    2. Re:I'm confused, or ill-informed by gman003 · · Score: 1

      It's a technology that fits between them.

      It's faster than Flash, but not as high-capacity as DRAM (and it's probably a bit slower than DRAM as well). Just like Flash-based SSDs fit between DRAM and hard drives.

      Right now, it uses the interface of DRAM. They could probably have shoved it in a PCIe or even a SATA interface, but it was more logical to use the fastest possible.

      Overall, I'm not sure where it's headed. If they can't get density up, it's doomed to niche uses, like embedded hardware. Maybe replace battery-backed RAM in things like RAID controllers. But depending on how they can scale the density (and how performance scales with density), they could replace DRAM, Flash, or maybe even SRAM.

    3. Re:I'm confused, or ill-informed by slew · · Score: 4, Informative

      Everspin has announced that it's shipping the first 64Mb ST-MRAM in a DDR3-compatible module. These modules transfer data at DDR3-1600 clock rates, but access latencies are much lower than flash RAM, promising an overall 500x performance increase over conventional NAND.

      Wait, so, is this to replace RAM (the mention of DDR3) or to replace drive storage?

      MRAM might be a potential candidate to replace current solid state storage (NAND-flash) which is a candiate to replace drive storage. In a system with small amounts of DRAM, MRAM might be used to replace the DRAM as well. Unfortunatly, because of its current high price and low density, it is currently not very good substitute for either one except in perhaps a very small embedded system.

      These modules transfer data at DDR3-1600 clock rates, but access latencies are much lower than flash RAM

      Isn't that comparing apples (DDR3) and oranges (flash RAM)?

      Instead of implementing the slow standard flash memory electrical interface on MRAMs, they (everspin) elected to support the same fast electrical interface that DRAMs use (DDR3). They can do this because just like DRAM, writing data on MRAMs is about as quick as reading data (which isn't the case with NAND-flash). By choosing the standarized DDR3 interface, chips that might want to use these MRAMs won't have to be specially designed to do so (which wouldn't be the case if they came up with a non-standard interface). It will apparantly just look like a small capacity DRAM chip that doesn't forget when you take the power away (I'm guessing the MRAMs probably also ignore any refresh requests that come across the interface).

      The reason that current flash memory electrical interfaces are slow, is that flash memories have pretty slow access times and are read/written in large blocks. This led to an efficient interface that multiplexes the address and data on the same pins. DRAM is however more randomly accessed in smaller blocks and has separate address and data pins. This allows a higher duty cycle of data transfer on the data pins for smaller transactions: you don't have to constantly turn the bus around between sending commands and reading data, and you can pipeline new addresses on the address bus at the same time data from older commands are transfered on the data bus.

      By targetting the DRAM interface, it appears that Everspin is positioning their chip as a DRAM+Flash replacement for systems that don't require much total storage. They need to target the DRAM interface for this because you can't really do random access efficiently on the flash interfaces (but you can do block transactions on a random access interface). In fact in many embedded systems, the first action of the bootstrap code is to copy parts of the NAND into DRAM (for fast access). With MRAM, you could just bypass this step.

    4. Re:I'm confused, or ill-informed by wierd_w · · Score: 2

      If they can get the price down significantly, I could see this implemented in things like settop boxes and home based networking equipment.

      I could also see it being used intelligently on a bootable network card. (Card has say, a 128mb mram capacity. That's enough for a very robust preboot environment, as well as an actual internal boot image, an MD5 hash cache, and all the software it needs to make sure network and local images match. Basically, the card boots the internal preboot env, then MD5s its local image, MD5s the image on the tftp server, then either updates its image before booting, or skips the image download and boots straight up. This could reduce startup bandwidth in a segment with diskless workstations considerably. The fact that the mram is fast let's you MD5 the image very quickly.)

      Having such a large package, without the need for special voltage control, would allow the package to be both moe electronically simple, and permit a fully featured preboot env. Perhaps even an EFI implementation for booting OS images that require it.

      There are quite a few places that this early offering could get used for.

    5. Re:I'm confused, or ill-informed by DigiShaman · · Score: 1

      So we are back to Core Memory.

      --
      Life is not for the lazy.
    6. Re:I'm confused, or ill-informed by nateb · · Score: 2

      Wake me up when the cylinder comes around. ;-)

      --
      -- Nate
    7. Re:I'm confused, or ill-informed by swb · · Score: 1

      To me that seems like the Holy Grail of storage, a universal high capacity, high speed storage medium that is disk AND RAM in the conventional model at the same time.

      Even if it was slower than current RAM (up to a point, at least), eliminating paging as an entire concept and eliminating disk/ram/cpu/ram/disk cycle ought to make it overall faster.

      And it would be really cool if it was as modular as storage is now, allowing you to tack on an additional "disk drive" whenever you wanted, although it would require some kind of high speed interconnect.

  12. Re:Obligatory xkcd by Anonymous Coward · · Score: 0

    http://imgs.xkcd.com/comics/researcher_translation.png

  13. Price? by Dunge · · Score: 1

    There's no mention of any price range

    1. Re:Price? by Amouth · · Score: 2

      50 per GB

      http://www.extremetech.com/wp-content/uploads/2012/11/Flash-vs-MRAM-performance.jpg

      Gauging from that comparison image i'd assume it is 50$ per GB as they are comparing it to 1$ per GB NAND which is upper consumer market price right now.

      RTFA? :)

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    2. Re:Price? by AaronLS · · Score: 1

      Yes, the quote I saw was "The company said the first chips were about 50 times the cost of flash memory by size".

      As I had guessed previously, they are touting it as an SSD cache as one potential application. So for an extra $25 maybe you get 512mb cache on your SSD, and hopefully protects you from lost write buffers during a power loss since it's non-volatile. That last bit is speculation though, it could be more complicated.

  14. Different writing technology by gotfork · · Score: 3, Insightful

    Everspin previously used the crossed-lines writing technique (shown here http://thefutureofthings.com/upload/image/articles/2006/mram/mram-write.jpg), but has now switched to spin-transfer torque based devices. Several other companies are also working on this, so things to improve rapidly. PR release at (http://www.engadget.com/2012/11/14/everspin-throws-first-st-mram-chips-down/)

  15. PRAM? by aNonnyMouseCowered · · Score: 2

    Whatever happened to the promise of phase-change memory that's supposed to be a million times more rewritable than flash? I have a fuzzy memory of reading a story here about Samsung or HP producing a 512 MB or Mb part that was ready to roll off the lines.

    1. Re:PRAM? by Anonymous Coward · · Score: 1

      HP has discontinued this research in favor of MRAM.

    2. Re:PRAM? by Anonymous Coward · · Score: 0

      There is also FeRAM, which was a different flavor of magnetic storage RAM. My understanding was FeRAM and PCRAM had limited write cycles (like Flash), while MRAM has unlimited write cycles. I was also under the impression the major problem with MRAM was they were doing it on fabs several generations old, so they were producing low-capacity expensive devices.

  16. DDR Refresh? by Anonymous Coward · · Score: 0

    Does anyone know if reads are destructive, like in standard DDR? I.e. does the read remove the magnetic torque and require a reload?

    And if you did make a stick of ram using these modules, is there a way to specify that the stick doesn't need a periodic refresh? Or does this need a periodic refresh while in use/hot/something?

    1. Re:DDR Refresh? by guruevi · · Score: 1

      It's solid state flash so it doesn't need refresh nor does it have destructive reads. It's just faster than current SSD's but slower than current gen RAM (1ms vs 100ns vs ~10ns)

      100ns RAM was common circa the 486

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  17. holy grail..... NOT by jcrb · · Score: 0

    500 times faster and 1000 times smaller and this should have a title even mentioning NAND because why?

    It would be like going "New SRAM just produced is much faster than DRAM!!!!" without bothering to mention those minor issues of size, cost, power, etc that make SRAM != DRAM.

    --
    -jon
  18. Faster than you can guess... by tomxor · · Score: 1

    However, while the article summary blathers about "from hard drives to main memory", this is not a competitor to modern DDR SDRAM. Assuming the quoted 500X faster than NAND is accurate, MRAM latency should be on the order of 100 nanoseconds for a random read. (NAND read latency is on the order of 50 microseconds.) DDR SDRAM random read latency is on the order of 22 nanoseconds.

    Why not just visit website of the people who actually make the thing rather than guessing... it's 35ns that's pretty damn close for a just to market technology (how long has SDRAM been around?

    source: http://www.everspin.com/products.php?hjk=16&a1f3=0

    1. Re:Faster than you can guess... by cheesybagel · · Score: 1

      For all the claims that MRAM was going to be as fast as SRAM and have the same capacity as Flash with non-volatility this is what we get... 35 ns isn't bad but its competing with regular DRAM. SRAM is in the single digits of latency. 64 Mb is pathetic. This is only useable in embedded applications.

    2. Re:Faster than you can guess... by tomxor · · Score: 1

      This is true, but i wouldn't say it's pathetic, it's only just made it to mass production, in this first stage most new types of technology are going to be lagging way behind well established types. The question is how fast will it catch up to competitive capacities and price points now it's reached this stage... Do you remember how expensive the first USB flash drives used to be? and how small they were? I can imagine they can still compete in the market today as a more reliable and fast form of storage, that is there USP, but in the future they will catch up in price and capacity, it's just a matter of production scale.

  19. PALMOS PALMOS PALMOS! by Anonymous Coward · · Score: 0

    This is the perfect tech to bring back PalmOS with!!

  20. PCM? by LoRdTAW · · Score: 1

    What happened to PCM otherwise known as Phase Change Memory or PRAM? From what I have read it can be written to like normal memory, address by address unlike flash that is block by block (very important for write speeds). It also boasts faster read and write times as well as one hundred million plus write cycles per memory location vs. flash is what, five thousand. PCM has a memory retention of 300+ years which makes it attractive for long term archival. It is also in production and shipping but density and capacity are not yet on par with nand-flash.

    The only downside I see is that it sensitive to higher temperatures that would be encountered during soldering which would erase an already programmed chip. So they have to be programmed in-place vs burned and soldered like flash (or older (E)EPROM technology). It is also a bit challenging to make higher densities and it may be more costly than flash.

    I would love to see a PCM disk that is directly attached via PCIe, no SATA overhead. Just an ASIC that presents itself as an ATA controller that has a bunch of PCM hanging off it. You could do it with an FPGA. Open-source SSD anyone? (just a little off topic idea)