If I have a SSD with a sandforce SF-2200 controller do I need to worry about TRIM support? Is the hardware level garbage collection sophisticated enough to not worry about this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Regardless of the algorithm, TRIM command will help reduce the Garbage Collection workload because it invalidates the data in the trimmed blocks. From firmware/hw implementation of view, there would be one more list to take care, but that will be compensated by the time saved by skipping the Read-Program cycle. So it will help reduce the Write Amplification too. |
|||
|
|