Are the performance specifications for RAM that much more stringent? Is the demand for SD cards and USB sticks that much greater that there's more economies of scale?
MLC is half as expensive as SLC. TLC is 33% less expensive than MLC. QLC is 25% less expensive than TLC and 75% cheaper than SLC. Not to mention transparent compression algos. As the controllers improve you can get more bits of storage from the same amount of flash for free. Longevity and reliability suffers, but hey, cheap SSDs!
Ram only gets cheaper by improvements to semiconductor processes, which also can be applied to make flash cheaper. (Big fat asterisk, those processes are very different.) While improvements to flash that allow more levels per cell can't be applied to ram. The price difference between flash and ram will only continue to grow.
Modern flash is quite "analog". The first company to figure out how to reliably store 32 voltage levels per cell (Five bits. PLC?) will make a quick billion.
SLC -> Single-Level Cell
MLC -> Multi-Level Cell (now mostly means 2-level cell?)
TLC -> Triple-Level Cell
QLC -> Quad-Level Cell
It seems like a lot of the higher-level cell designs require a '3D' gate architecture, so you might come across that terminology in marketing materials.
Sources: https://en.wikipedia.org/wiki/Multi-level_cell and http://www.theregister.co.uk/2016/07/28/qlc_flash_primer/
- Each MLC cell actually holds one of 4 distinct charge levels, and thus can encode 2 bits. Same for TLC (8 levels, 3 bits) and QLC (16 charge levels to encode 4 bits).
- "3D" when talking about solid-state memory, would usually refer to vertically stacked cells [1], which gives you more cells per square millimeter at the same manufacturing process node. This is orthogonal to xLC.
[1] http://www.theregister.co.uk/2013/07/23/sandisk_takes_the_bi...
Flash connection protocols (sata, ide) allows much faster evolution independent what's on the other side of interface.
If you have a new flash tech that's 2,3x better in density/speed, you can easily deploy it in current generation of high end server in the next few months.
RAM protocols (DDR2,3,4) must be developed 100% in sync with the CPU vendors. If the major cpu vendors (Intel, AMD, ARM Soc, Qualcomm) decide they don't want your new 2,3x better interface speed/density, you have zero chance to deploy it. It takes years for JEDEC to agree on new memory interface standard. Your new 2,5,10x better tech's deployment is actually depend on your competitors agree to allow it to be the new standard.
Flash can have higher latency as trade off if needed. DDR interface's latency has high impact on the CPU/system benchmark.
visualized: http://i.imgur.com/niinuEz.png
Stacking can and will be used for DRAM as well but 3D DRAM-based products have not hit high-vol consumer markets yet, so it's currently widening the cost-per-bit gap b/t DRAM & NAND.
There are numerous flash manufacturers all racing each other to build out capacity and increase density because they want to eat the HDD market.
DRAM is controlled by a small cabal, all of whom have multiple convictions for price fixing and collusion. I believe Hynix shipped some sacrificial C-suite execs to do prison time in the US over it. To a large degree no one is building out DRAM fab capacity as well.
DRAM prices have stayed high because the manufacturers want it to stay high and are colluding (either explicitly or implicitly) to keep prices up. The capital cost to compete is enormous: many billions before you can make your first sale. The day you break ground memory prices will mysteriously drop so low as to make your venture unprofitable, meaning your commercial loans get called in and you go bankrupt. Everyone understands this and avoids attempting to compete.
While I'm sure this sort of thing goes on, if you could back your statements up with some evidence it would be really helpful.
What you're suggesting here allows for the possibility that at some point some tech firm finds creates a way for us to ditch traditional DRAM and use the cheaper flash storage instead.
My gut tells me there is more to it than politics and capitalism.
Maybe so - but about 90% of the world economy competes this way.
People are not stupid.
'Competing on price' is a dumb thing to do in an oligarchy, because it's effectively handing surpluses to another part of the value chain.
Every industry CEO knows how this game is played, and they definitely play it - there's no explicit collusion needed - it just happens naturally when there are 'reasonably intelligent actors acting in self interest within a market oligarchy'.
'Dumping' to exterminate competition is a very common tactic, used throughout history.
It takes a lot of disruption to change institutional dynamics.
I can't speak for the facts in this situation - I have no idea if those allegations are true or not, but they seem reasonable, I wouldn't be surprised if they are valid statements.
"My gut tells me there is more to it than politics and capitalism." - that's usually all it ever is :)
Although repackaging chemicals is probably easier then reselling DRAM as I assume there are IP rights involved.
It would take some serious financial backing, wherewithal to pull this off, moreover, it could really only be done in a commodity market.
I'm not even sure it could be done today.
Today 2GB/s is considered very good for an SSD but that would be brutally slow for system memory. DDR4 memory is typically 30-60GB/s per bank with the low end being two-channel, the high end being four.
DRAM has also been the subject of aggressive research and development for many, many decades while large-scale production of flash is a relatively recent phenomenon. It's the widespread adoption of smart phones, thinner notebooks, and ubiquitous USB keychain type devices that as pushed it to the volumes it's at now.
There's also the concern that DDR memory must have a very high level of data integrity, bit-flip errors are severely problematic, and it can't wear out even after trillions of cycles. Flash has more pervasive error correction, and while wear is a minor concern, it's still possible to exhaust it if you really, really try.
I'd say the reason flash memory prices are steeply down is the new "3D" process used by Intel and Samsung has been a big game-changer, allowing for much higher density. DRAM has seen more gradual evolution through the last few generations.
The reason why we can't do the pervasive and extremely aggressive error correction [1] that is used in flash storage to increase usable densities with DRAM is that forward error correction (FEC) is based on blocks, so to read a couple bytes from a block you will have to read the entire block [2], decode it and then you can have your bytes.
This does not work well for RAM ®
Memory fetching is fundamentally based on cache lines; but the overhead in both bandwidth and latency(!) to fetch-and-decode, say, 64K instead of 64 bytes would be completely unacceptable in most applications.
[1] It's one of the major factors contributing to device endurance. [2] Simplification: Practical FEC is multi-tiered, ie. there are different block sizes involved and multiple layers of EC at these block sizes.
You cannot do this kind of error correction it like ECC checking in the CPU because it would require multiple clocks or too many pins.
You cannot do this kind of error correction across multiple DRAM chips on board because it would require too many pins.
But you could do this kind of error correction on-chip because you could just read 1024 bits (or more) in parallel from multiple areas (or even mutliple stacked silicon slices).
One problem, however, is that each small read would induce a high energy cost due to the many bits fed into the extensive error correction circuitry. While it shouldn't be a problem for consecutive reads, random-access would indeed lead to a high power consumption which in most cases would not be acceptable.
The "3D" process explains an additional factor coming into play at recent times. I bet there are a range of technologies which were developed for flash and used for flash manufacturing but not for DRAM manufacturing. This explains a growing disparity between the size/price ratio.
Let's not stop there. If those technologies are useful for flash, why are they not used for DRAM?
I see not hard reason why the 3D process cannot be made useable for DRAM.
The answer, I guess, is that the market forces lead to different priorities where the size/price ratio for DRAM is not so important and more development is done in other areas like speed, reliability, power consumption. So the real reason is not technological but market driven.
"Let's not stop there. If these technologies are useful for flash, why are they not used for magnetic core memory?"
It's like saying that.
Often pricing is strongly tied to volume. If they're making more flash memory, flash memory becomes less expensive. That does have a moderate cross-over effect into DRAM, anything that drives process improvements benefits all fabricators, but it's not as direct as you'd think.
I purchased 64GB of DDR3 for <$100 a year ago. Now I the prices are >$100 for 32GB of DDR3. DDR4 prices are idiotic ~$100 for 16GB
I don't think it was ever this cheap
Is it the technology?
* Flash cells can store more data an be produced cheaper per cell. But they are more complex to read out and slower.
This can explain some factor, but the factor of 40 given by OP probably not.
* Flash and DRAM probably use different processes.
This could explain a bit but look at the next point...
* DRAM has a much longer history and (at least in the beginning) much higher capital investment.
...which means that DRAM should have the technological advantage. At least through economies of scale.
Is the cumulative investment in flash research already much bigger compared to DRAM research?
Is the process used to produce flash memory so much easier?
Is it the market?
* Obviously people pay the price.
* With DRAM people are hungry for performance more than they are for size.
* We already have more than enough DRAM. The latest MacBookPro demonstrates that 16 GB DRAM is enough for just about everybody but flash storage goes up to 1 TB.
* Of those 16 GB DRAM the speed and power consumption are much more important than the raw size.
Coming back to the cumulative investment. I think that the primary pain point for flash has been the price per GB. Flash could be stronger, faster, more reliable, less power consuming but those are all secondary. It is fast and reliable enough by using very complex RAID controllers. The power consumption is not as bad as HDDs already use a lot and the data mostly just sits around. The main driving point is the price per GB. This is where the money goes in flash development.
On the other hand for DRAM, after some point, it is mostly speed and power driven. Reliability has to be comparatively high as every cell must work over years. Size is mostly increased by improving semiconductor processes where flash probably uses a lot of the same technology. Using the layer stacking technologies of flash is probably not yet applicable because it is not reliable enough and not compatible with the cell layout, maybe it never will.
If we really were hungry for so much RAM we would probably get it. But we aren't. It's good enough. Progress slows down.
Writing to DRAM is much, much faster than writing to SSD, also reliability (in the sense that you can use chips with defective cells in SSDs).
You mentioned those factors but you're not giving them enough importance. Market factors are important, but the price is not going to be less than cost.
Yes, those factors are important! But are they also the main driver of cost? I don't know.
Could we have speed, reliabaility and size? That is a technological question. I don't have the answer to that.
Would enough people care to pay for speed, reliability and size? That's more of an MBA question and the answer probably is no.
The example given is: People pay extra to have 1 TB of flash in their machine but they are OK with only having 16 GB of RAM. The priority is even to have a lower power consumption instead of having 32 GB of RAM.
While you are right that we maybe cannot deliver the technology on a pure technological stance, you kind of miss the point. Even if we could, we wouldn't do it because of the MBAs driving the fincances in a certain direction based on (perceived) market forces.
There is some debate about whether HP's chips are "true" memristors or just PCM, but ultimately that's irrelevant to customers as long as they store data.
The telecoms, both cellular and ISP's, are where this is most obvious where the compete in the most incremental way saying its impossible to do anything else. Then, a small play comes in doing what they're doing... sometimes the same way... with more benefit at a tiny fraction of the cost. Suddenly, they can afford to do the same with their existing infrastructure. Real competition would've brought in unlimited plans in cell phones or gigabit in broadband much sooner for similar or lower prices.
The largest vendors of RAM are likely a cartel in practice. It's the best outcome for each of them to not race to the bottom. They don't even need to talk to know that. That they can reinforce it with patents they're more likely to have than the smaller players is icing on the cake.
Think of flash as a consumable media - it is, since each cell can only be erased a few hundred times. After all, that's what it means when the vendor says "200TBW for 256G device": you can expect 7-800 cycles per cell. This is also why vendors are pushing capacity so hard: it lets them push down the price while at the same time not needing to improve endurance.
So in some sense, the answer is "endurance", since the physics of flash erasure necessitate high capacity, and no one would buy the extra capacity unless it were also relatively cheaper. Whereas DRAM doesn't wear out...
At least at the retail level in the Best Buy where I worked until recently, I watched Solid State drives transition from something only high end computers had to something that was standard even among the lower priced value machines. We had customers complaining about the smaller drive sizes because they were so accustomed to the gigantic storage offered by the spinning disk media at its height in popularity.
I'd love someone with more industry knowledge to chime in though, as my own experience here is pretty limited. This is simply what I've observed in my own corner of the world.
Theoretically RAM could be built that way but it would be much slower. Every cell read/write would need to go through an ADC/DAC, and the noise is much higher due to leakage. This slowness isn't much of a problem for FLASH because its competition was spinning disks that were slow as molasses anyways.
As a second bonus, even on old systems SD card circuits are relatively small (compared to a 5-60" LCD they certainly are). Wafers are round and old wafers are used to manufacture LCD displays, so small chips can be placed around them in the manufacturing process and get really good economics by having lots of manufacturing options.
So same reasons displays are getting cheap, except they're even better. So the race to the bottom is happening pretty fast for SD cards.
Not entirely sure about this. Might be entirely wrong, but I'm not sure how to confirm this.
The demand for slow RAM drops precipitously after the whatever Intel chipsets use it stop being used in new systems (not sure if the same is true in the embedded market). For example, nobody's buying DDR2 these days. So the economies of scale dissipate and fabs retool faster.
So while both devices have economies of scale, SSDs have an extra dimension to their demand curve for performance that allows for slower higher density chips to still be profitable.
China has decided to pour in 10s of Billions into the NAND and DRAM industry by 2020, until then the price should very much stable / predictable.
DRAM is also a much more mature technology than flash is, so more of the low-hanging fruit for improvement has already been taken advantage of.
http://www.jcmit.com/mem2015.htm
DIMM seems to go down slower lately.