Do bear in mind, that halving the capacity of the drive you are getting doubles the stress on the flash chips of the drive, as the amount you are writing isn't really going to change. It's the large capacity of cheaper QLC drives that makes them usable, as well as technology improvements. The writes are spread over more flash layers in more chips, so the fact individual cells are more delicate than tlc cells gets diluted out.
So for example, the P3 Plus 4TB is rated as 800TB total writes. If you swap to the Crucial P5 Plus 2TB to keep it a similar sort of drive, then the total written rating goes up to 1200TB. Now, if they did a 4TB version of that drive it would no doubt be 2400TB written which would be a nice upgrade, but they don't, so thanks to the drive being half the size your total writes go up an unimpressive 50%. But in reality you just aren't even going to hit 800TB.
That maths I showed earlier, if you keep the drive for 10 years rather than 5 that's still 220GB per day of writes.
I would be interested to see what sort of write load people have on here. This is a working machine, and I recently replaced the 1TB Samsung 860 EVO SATA SSD as it was full. As I am running Linux I can look at the old drive with "smartctl -a /dev/sda" to tell me the ssd stats, but I'm sure Windows will have something similar to get SMART stats out of drives.
This device is hosting a Linux development environment that does heavy compiles including hosting the swap partition, Docker container creation, Linux kernel builds etc hence the drive has more writes than reads. I often had a Windows VM running on it. The critical lines here are:
Code:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
9 Power_On_Hours 0x0032 092 092 000 Old_age Always - 35452
177 Wear_Leveling_Count 0x0013 096 096 000 Pre-fail Always - 47
241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 45561381816
Thats a lot of LBAs, but then an LBA is only 512 bytes on this drive. So, 2 of those to 1K, about 2000 to a Megabyte. Dividing it down, I make it about 22.8TB written. That number of power on hours, that's 4 years. So 5.7TB per year. It's actually a bit less than that, as when I got the drive the first thing I did was copy the old 500GB drive onto it so it did 0.5TB on day one so I'm actually doing about 5.6TB per year, so an 800TB written drive would last me about 143 years.