What we learned about SSDs in 2015
zdnet.com
What we learned about SSDs in 2015
1–10 of 111 posts
Re: What we learned about SSDs in 2015
#2Re: What we learned about SSDs in 2015
#3Re: What we learned about SSDs in 2015
#4Not so sure. There are plenty of benefits to SSD too. I suspect system designers will just add more RAM to act as cache to offset some of these performance issues. Not to mention further improve temperature control.
What's more likely to happen is exposing the low level storage and software to kernel drivers.
Re: What we learned about SSDs in 2015
#5Does NVMe solve the garbage collection problem?
Re: What we learned about SSDs in 2015
#6Re: What we learned about SSDs in 2015
#7At one of my previous employers, they built a massive "cloud" storage system. The underlying file system was ZFS, which was configured to put its write logs onto an SSD. With the write load on the system, the servers burnt through an SSD in about a year, i.e. most SSDs started failing after about a year. The hardware vendors knew how far you could push SSDs, and thus refused to give any warranty. All the major SSD ve…
Re: What we learned about SSDs in 2015
#8CPUs and storage exist for completely disjoint purposes, and the fastest CPU in the world can't make up for a slow disk (or vice versa). Anyway, CPUs are still "faster" than SSDs, whatever that means, if you wish to somehow compare apples to oranges. That's why even with NVMe if you are dealing with compressible data enabling block compression in your FS can speed up your IO workflow.
Re: What we learned about SSDs in 2015
#9Re: What we learned about SSDs in 2015
#10Kind of stupid to end with "Since CPUs aren't getting faster, making storage faster is a big help." CPUs and storage exist for completely disjoint purposes, and the fastest CPU in the world can't make up for a slow disk (or vice versa). Anyway, CPUs are still "faster" than SSDs, whatever that means, if you wish to somehow compare apples to oranges. That's why even with NVMe if you are dealing with compressible data e…