Earlier quoted context omitted.
Forward looking article from June with tons of analysis http://seekingalpha.com/article/3253655-intel-and-micron-the...
No, apparently it's not PCM. >While they did not specifically state it, it looks to be phase change memory ( edit at the Q&A Intel stated this is not Phase Change). Source: http://www.pcper.com/news/Storage/Breaking-Intel-and-Micron-...
3D Xpoint memory: Faster-than-flash storage unveiled
71–80 of 99 posts
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#72Earlier quoted context omitted.
No, apparently it's not PCM. >While they did not specifically state it, it looks to be phase change memory ( edit at the Q&A Intel stated this is not Phase Change). Source: http://www.pcper.com/news/Storage/Breaking-Intel-and-Micron-...
The video presentation mentioned "resistive". I'm not a memory nerd. Does that fact from their disclosure help at all narrow what this type of memory can be best categorized as? https://intel-micron-webcast.intel.com/webcast
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#73[1] http://newsroom.intel.com/community/intel_newsroom/blog/2015...
[2] http://ark.intel.com/products/84685/Intel-Xeon-Processor-E7-...
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#74Earlier quoted context omitted.
Yes, if you read what I wrote I mentioned the three orders of magnitude increase in write endurance as compared with NAND. But when paired with the three orders of magnitude increase in performance, that means it takes the same number of hours to burn it out. And a NAND device without wear leveling can be burned out in less than a day of heavy use. Bit addressability has absolutely nothing to do with endurance. NOR f…
The thing about bit addressability is not completely true. If you can address memory only in pages, you can have quite a large write amplification, depending on the access pattern. A single byte written may count as $PAGESIZE "written data".
In practice, if you burn out any one bit, you need to retire a chunk of the array at least as large as a cache line. And it's not likely that you'll actually be able to directly hammer a single bit, because the endurance is still low enough to require ECC.
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#75This article is so thin on details. "3D XPoint works by changing the properties of the material that makes up its memory cells to either having a high resistance to electricity to represent a one or a low resistance to represent a zero." How does it do that?
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#76Earlier quoted context omitted.
Do memristors read or write based on the applied voltage? I noticed that in some of the intel marketing material.
How else would you do read/write?
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#77So what do we do with it? We have two models of storage - volatile working storage, and things that simulate disk drives. It's not clear what to do with persistent randomly addressable storage at DRAM speed. Having to go through an OS and a file system to access a few bytes kills the performance advantage of such devices. Making the device look like RAM makes it too easy to mess up. We need something in between, prob…
Use the MMU to keep the fast non-volatile RAM out of both application and kernel memory, put a traditional RAM disk file system on the fast non-volatile RAM, and let mmap truly map blocks of files into address spaces, instead of demand-paging it in. That probably is not the best one can do, but it is simple, and may be fairly easy to get ‘right’ if you put the code handling the file system part into a secondary kerne…
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#78I did research in the field from 2008 to 2013. The claims are always the same: faster than flash, denser than dram, lower power than both. Here's how to spot BS: first, the density claims are immaterial until they prove yield at a technology node same as dram's today. There are multiple billions investment between 180nm and high yield (and low mask count) 2xnm, no matter how cool is the new memory technology. Second,…
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#79Earlier quoted context omitted.
How else would you do read/write?
I'm not familiar with the physics of memristors or storage in general. I was wondering if a single line is used to read and write, increasing the voltage on write to change the state.
Re: 3D Xpoint memory: Faster-than-flash storage unveiled
#80I did research in the field from 2008 to 2013. The claims are always the same: faster than flash, denser than dram, lower power than both. Here's how to spot BS: first, the density claims are immaterial until they prove yield at a technology node same as dram's today. There are multiple billions investment between 180nm and high yield (and low mask count) 2xnm, no matter how cool is the new memory technology. Second,…
How often does the BS include "going into production" and "sampling later this year"?
BS: "going into production this year"
Possibly not BS: "going into production this year at 2x nam technology node with a y Gb part"
Many nvm memory technologies, including mram and PCM have been "in production" for quite many years, with << 1Gb parts on old technology nodes, that is.