Anyone already had tried to or knows if it is possible to implement in some way an overclock an SSD (or get the same benefits by tunning some parameter on an SSD)?

link|improve this question

SSDs usually fail in less than a 1.5 years (codinghorror.com/blog/2011/05/…)... you want them to fail faster? – Trevor Boyd Smith May 27 '11 at 19:55
feedback

2 Answers

up vote 9 down vote accepted

Flash memory is limited by a fundamental access time: for 25nm Intel flash it takes 50 microseconds to read 8kB; this translates to 156MB/s, per NAND chip (with typically 8 or 16 NAND chips per SSD that can be accessed in parallel). Yet typical SSD sequential read speeds are 200-400MB/s.

So, in theory, there is still scope for improving SSD controllers (as well as the SATA interface/host adapter) even further. But, for present drives, it's unlikely that there's anything useful that could be tuned by the user that the manufacturers have not already considered. I suspect that the cost and complexity of the SSD controller sets these boundaries on performance.

link|improve this answer
feedback

If it was possible without breaking the drive you would need access to the firmware, but companies do not allow that for obvious reasons. The best you could do is make sure your drive's firmware is up to date or buy a faster drive.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.