How does SSD "memory" works ?
Optane cache thingies are supposed to do what you're thinking of. If the motherboard supports in, the Optane module can sit between cpu and a SSD and "listen" to the requests from SSD and pass them through, and over time the Optane module is supposed to "learn" what the operating system requests more often ( some DLL libraries, some files, some executables etc) and copies them to the Optane memory. Then, next time the Optane module gets a request from the operating system it cached, it detects that and instead of reading the files from the mechanical drive or SSD, it just serves the data from the Optane module.
This is supposed to accelerate systems that have mechanical drives, less SSDs which can already serve files super fast.
A SSD is a "dumb" device, it simply serves data as the operating system requests it, just like a mechanical drive. But, because it uses memory chips, the requests are served super fast, as there's no latency (on mechanical drives, disc needs to spin and the read/write heads need to position over a particular track and then track needs to be read in the drive's cache memory and then served only the portion the operating system wanted and so on) and the SSD controller can read and write data from multiple memory chips at the same time (like processor can work with memory in dual, triple or quad channel to speed up transfers, ssd controllers typically work with 4 or 8 chips in parallel)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now