this post was submitted on 23 Jul 2023
50 points (96.3% liked)
Technology
59341 readers
5186 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
RAM can serve up data in memory 1000 times faster than a NVMe drive
Also RAM doesn't have a limited number of lifetime writes.
Yes, I get that. But I'm really wondering why that is? If memory is digital, and storage is digital, why not develop a RAM-less architecture? Why not have a storage bus with the same throughput as memory does currently? Is it just because of the cost of the chips?
The reason RAMis fast is because it doesn't have to store anything for any period of time. It is literally a place for running g programs to store data. Ram also is part of the CPU address space so each address in ram can be randomly read and written to.
SSDs have the controller on the motherboard and the controller on the drive