|
|
|
|
|
by greghines
5912 days ago
|
|
As I said, it depends on usage patterns. (I also oversimplified the problem description. My apologies.) If you're only using a small fraction of the total capacity, chances are you won't see much performance degradation for a long while no matter how much you write to the drive because of minimal fragmentation at the block level. But given enough time, you'd still hit that wall at some point. But if you're using a large fraction of the total capacity, then you're going to have much more fragmentation, which means pages that can't be erased without having to rewrite significant numbers of blocks in those pages. Those ephemeral writes will start taking a real performance hit. Many newer SSDs now include logic in their controllers to help mitigate this problem, with varying degrees of success. But full TRIM support on the drive and in the OS make a significantly larger difference than anything done by the drive alone. (Even with TRIM, though, the problem doesn't go away completely.) And this isn't just some kind of spin from Anandtech--TRIM exists for a reason. It's a well-tested property of MLC SSDs. The combination of wear leveling and write combining can cause serious performance issues without TRIM. This article describes it pretty well: http://www.pcper.com/article.php?aid=669&type=expert&... |
|
At any given moment I'm using about half the total capacity. I'm not regularly doing huge writes, but as someone who works with a ton of remote and local repositories, pulling/merging/etc. many times a day, I do end up doing a huge number of small writes nearly continuously; I'd be surprised if I haven't hit every bit of that drive at least once by now. And I haven't seen any dramatic, or even noticeable, degradation.
And this isn't just some kind of spin from Anandtech
It's more that a bunch of people skimmed the anandtech articles, then started spouting a lot of gratuitous "X25-M is the One True SSD, everything else is shit" hype, which later morphed into "never use an SSD in an OS that doesn't do TRIM" hype. Of course, the hype doesn't quite match the reality...