29
What SATA (or PCIe+adapter) SSD for a Debian laptop?
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I think a SATA connection might be the bottleneck with its maximum throughput of 600 MB/s. So for that use-case you don't need to be worried about the SSDs speed and cache, it won't be able to perform due to the SATA slot. But I don't know how exactly you plan to repurpose it later. Maybe skip the adapter if it's expensive, buy a cheap SATA SSD now and a new, fast PCIe one in a few years once you get a new computer.
The purpose of the cache is to improve latency and save SSD wear. It doesn't help much with throughput as far as I know. Although if it's on the host side, maybe it does.
Is a SSD's cache even about wear? I mean wear only happens on write operations. And I would expect a SSD to apply the writes as fast as possible. Since piling up work (a filled write cache) means additional latency and less performance on the next, larger write operation. Along with a few minor issues like possible data loss on (power) failure.
And on read, a cache on the wrong side of the bottleneck doesn't do that much. A SSD has pretty much random access to all the memory, it's not like it has to wait for a mechanical head to move into position on the platter for data to become available?!
But I haven't looked this up. I might be wrong. What I usually do is make sure a computer has enough RAM and it is used properly. That will also cache data and avoid unneccessary transfers. And RAM is orders of magnitude faster, you can get gigabytes worth of it for a few tens of dollars... Though adding RAM might not be easily done on the more recent Thinkpads... I've noticed they come with a maximum of one RAM slot for some years already, sometimes none and it's soldered.