[SOLVED] SSD needs optimized?

Solution
No. You don't want to optimize SSDs. You want to limit the amount of data written. There is no significant delay in accessing data that is at the start or the end of an SSD. Let the SSD controller put the data where ever it wants to. The on-disk controller has lots of code to spread out disk writes to maximize the lifespan of the disk.

kanewolf

Titan
Moderator
No. You don't want to optimize SSDs. You want to limit the amount of data written. There is no significant delay in accessing data that is at the start or the end of an SSD. Let the SSD controller put the data where ever it wants to. The on-disk controller has lots of code to spread out disk writes to maximize the lifespan of the disk.
 
Solution

Latest posts