Melting Memory Chips In Mass Production
chill writes "Nature is reporting that 'South Korean manufacturer Samsung Electronics announced this week that it has begun mass production of a new kind of memory chip that stores information by melting and freezing tiny crystals. Known as phase-change memory (PCM), the idea was first proposed by physicists in the 1960s.' With transistor-equivalent cells only 20 nm wide, switching time is around 16 ns. The first target market is cell phones, but the companies behind the technology see applications in PCs, servers, and other devices as well."
i've been waiting for pcram to show it's head in consumer electronics for a while now. it has the advantages of being hundreds of times faster than flash along with having at least ten times the write-cycle life. it could turn out to be the OLED to DRAM's LCD.
the main disadvantage is that it's rather heat-sensitive, since writing is accomplished by melting crystals with a low melting temperature.
The new chips' lifetime? The impacts on overall computer heat? The energy required to use such memory? What is the expected RAM size to be available at first?
The article looks very scarce on details other than the technology itself which, honestly, doesn't say much about the final product at all.
help, my computer's frozen! nothings responding!
did you try reseting your memory?
how do I do that?
a few minutes with a hair dryer should do the trick.
This sound very similar to the phase change crystals in CDRW disks though obviously they are reading these electrically rather than optically since at 20nm you're well into the x-ray part of the spectrum.
There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
PCM is interesting stuff. Here's some info:
If these things run too hot, you'll literally have vaporware.
And the Compy... just peed my carpet.
It's better to vote for what you want and not get it than to vote for what you don't want and get it.
- E. Debs
Yes you are being paranoid. You already run a serious risk of losing all your data when you drop your Cell, so nothing changes here.
Other things will break first.
Sig Battery depleted. Reverting to safe mode.
...that processors that support this type of memory will have to provide a Halt-and-Catch-Fire opcode?
Perhaps the single most important advantage of PRAM has not even been mentioned yet. PRAM does not require the stupid block erase semantics of Flash--you can read or write as much or as little as you want, at whatever alignment, with no impact on performance. This also means that an SSD will be very simple, require no caches at all, and still have blazing fast write performance, even for synchronous writes.
PRAM will still require ECC algorithms, wear leveling, and bad block remapping, but on the spectrum of controller complexity, it is a lot closer to DRAM than Flash. (Incidentally, the same can be said of performance.) Reads and writes would still be buffered for queuing purposes, but this is very different from a cache; it is simply to allow requests to be pipelined from the storage controller.
Compared with the very simple constant time operations with PRAM, Flash is a dog. The controller must cache writes while it reads, erases, and otherwise shuffles blocks around. Moreover, as the controller operates with volatile memory, it must do this very slowly and carefully, or a power failure could severely corrupt the disk. (There are Flash SSDs with an onboard super capacitor to work around this, but they are obscenely expensive.)
Due to their inherent nature, even the best Flash SSDs have severely asymmetric read/write performance. The fact that only one company (Intel) has managed to produce a decent controller also betrays the immense complexity required to eek out even moderately acceptable random write performance. In my opinion, so called "SSDs" made with Flash don't even deserve that moniker, as they are more like a fast hard disk. (They still have a sort of geometry which constrains performance, and aren't anywhere near as fast as DRAM.)
PRAM will fix that, offering performance similar to a DRAM SSD. There are many companies banking on Phase-change RAM to displace Flash memory, Intel included. The wikipedia page has a lot more info, but basically, PRAM is superior to Flash in every way, except that the data on a prewritten chip won't survive a trip through the wave soldering machine.