I worked at a telco when Optane was announced and launched; we had an Intel account manager and quarterly business meetings with them. I lobbied hard for some samples, but they simply would not provide them. I think that if we were representative of how they acted this may be the reason they never got buyin. If we had had those parts maybe we would have implemented the POC's we were planning, and those POC's may have…
Yeah, this. Intel was all talk and zero samples, not even a demo. So back then we just shrugged and moved on.
Rest in Peace, Optane
41–50 of 122 posts
Re: Rest in Peace, Optane
#42Re: Rest in Peace, Optane
#43What if we improve PCIe and Nvme speeds? Can't we then run SSDs in RAID and approach RAM speeds?
Re: Rest in Peace, Optane
#44What was interesting about Optane was that it was kinda an attempt to get rid of disk and ram distinction. You had single device (optane stick) which served as both - ram and disk. After decades of current approach we finally could physically get rid of disks - hdds, ssds or even nvme sticks. https://www.theregister.com/2022/08/01/optane_intel_cancella... >Optane presented a radical, transformative technology but bec…
Re: Rest in Peace, Optane
#45I worked at a telco when Optane was announced and launched; we had an Intel account manager and quarterly business meetings with them. I lobbied hard for some samples, but they simply would not provide them. I think that if we were representative of how they acted this may be the reason they never got buyin. If we had had those parts maybe we would have implemented the POC's we were planning, and those POC's may have…
In the end optane was a “cool, nice to know and play around” product with a real market way smaller than Intel was prepared to support.
Re: Rest in Peace, Optane
#46Earlier quoted context omitted.
mmap on Optane direct-access-aware (DAX) filesystems like EXT4/XFS now, is not like mmap on block devices where the OS gets in your way and pages stuff in from disk and (maybe) later syncs it back to persistent storage. Optane is the persistent storage, it's just usable/addressable as regular RAM as it's plugged in to DIMM slots. And in the later Xeon architecture (Xeon Scalable 3rd gen, I think), intel expanded the…
There are also fully optane based SSDs such as the 905p or the 5800x
Re: Rest in Peace, Optane
#47Earlier quoted context omitted.
Yeah - the article was talking about mmap... but what i wanted was to not have to define persistence boundary. I wanted the entire in-memory state of my program to be persisted - perhaps even duplicated and moved elsewhere
But then you can't just reset the state when crashes happen and data corrupts
Re: Rest in Peace, Optane
#48Earlier quoted context omitted.
So the winning move now is for Apple to announce iOptane and sweep the data storage and cache industries by storm?
Apple may already be headed in that direction. They already have unified CPU and GPU RAM. It doesn’t seem far-fetched to imagine that they could unify persistent storage and memory.
Re: Rest in Peace, Optane
#49This reminds me of running Unix on the Cray X-MP. It worked, but was very slow since calling a function stalled these superpipelined machines designed to run FORTRAN really fast.
Re: Rest in Peace, Optane
#50Why was everyone so obsessed with the idea of Optane as universal memory? From a consumer perspective, it was a fast small SSD that doesn't wear out. That was enough to justify it's value at the prices it went for(Or at least it seems like it, I never personally used it). It didn't need any radical rethink of computing to be worth it. I'm not even a fan of the nonvolatile RAM idea. Rebooting is often the first thing…
I think the idea is to have large persistent storage with the speeds of RAM. Everything would open instantly.
Outside of some specialized database applications, having an entire program running right in persistent memory seems like a bad idea.
And even then, I'm assuming databases would still want strong separation between persistent stuff and stuff that can be restarted any moment, to minimize the surface area for problems to stay persistent in.