In my experience, that is not true. Longevity or quality, in my
experience, early SSDs sucked. I usually like your authoritative
opinion, but have you owned any SSDs?
Yes, I own two now. I've been running one on my desktop for a year or
more, and just bought one for my laptop, which I'll be installing in the
next few days. That's why I am saying "authoritatively" that concerns
about the longevity of SSD's are way overblown.
Actually, you can't compare early SSD's to current ones. Believe it or
not, the bigger they are getting, the faster and more reliable they are
getting. Tests have shown that larger models of the same SSD have a
performance advantage over their smaller siblings. This is because the
controllers on the SSD's do a lot of internal housekeeping within their
flash memory cells, so they need to leave a portion of them reserved
away from general storage use. The more flash they have access to, the
more scratchpad area they have for themselves.
Apparently it's much better than a swapfile on a conventional hard
drive. So of course I like.
If you look at some laptops on the market today, they only have an SSD
as their sole storage source. So they need to put their swapfiles on
something, so the only choice is the SSD and nothing else.
I personally have moved my swapfile off of the SSD, as I also have hard
drives available as alternatives. So I've actually split my swapfile
onto multiple hard drives (5 of them), so the swapfiles are accessed in
a round-robin fashion, reducing the load on each individual hard drive
too. That's just my choice, because I had the choice. Others may not
have that much choice, so leaving it on the SSD is fine.
Yeah, I know that. But my post has nothing to do about that.
Then why were you asking about moving your swapfile after mentioning the
XP defragger seeing the swapfile?
So you are concerned about SSD longevity, but you aren't concerned
about the swapfile (the most active reading and writing to a hard
drive)...
Well, a defrag operation is quite a bit more involved than even swapfile
operations. A defrag might involve turning over every single cell in the
SSD at least once, depending on how full the SSD is and how fragmented
it is. Mind you even doing this isn't likely going to reduce your SSD's
life very much, but why do useless write operations if you can avoid
them? Let's say you have a maximum of 5000 lifetime write operations on
each cell of the SSD. There are millions of these cells, so somebody did
the calculation that it would take them 300 years to reach the maximum
write limit on each and every cell in the SSD, given a certain average
number of writes per day!
Besides, defragging an SSD will not achieve any greater organization
internally in the SSD, as the sector numbers that the OS recognizes have
absolutely nothing to do with the cells where they are kept on the SSD.
The SSD actually reassigns the cells everytime there is a write
operation, to keep the write-load balanced between all of the cells.
Yousuf Khan