From hothardware, I've just glanced at it a bit so can't give any cliffs yet.
http://hothardware.com/Article...-Performance-Analyzed/
http://hothardware.com/Article...-Performance-Analyzed/
I thought the idea was that Windows 7 supports TRIM natively making utils like Wiper unnecessary?if they didnt use Wiper that would mean that they never used TRIM - they just compared 2 versions of FW.
Originally posted by: VaultDweller
I thought the idea was that Windows 7 supports TRIM natively making utils like Wiper unnecessary?if they didnt use Wiper that would mean that they never used TRIM - they just compared 2 versions of FW.
TRIM is an upcoming drive controller command meant to inform a solid state drive (SSD) of free space, so that it may preemptively defrag it to increase performance.[1]
SSD defragmentation is a very different process, with different causes, than a spindle HDD defragmentation. Regular defragmentation tools do not work with SSD as they are meant to solve different issues with the storage of data. The root cause of the issue is that SSD drives cannot actually modify data without first deleting it. Furthermore SSDs can write 4kb blocks at a time, but only delete 512kb blocks, often requiring a read-erase-modify-write cycle instead of a simply write operation. To avoid unnecessary work and slowdowns, spindle drives are only informed of data having been erased when they are told to modify the contents of the sectors containing it, not when the user actually deletes the data. On the other hand, preemptively erasing unused SSD blocks allows new data to be simply written without having to read, erase and modify existing data, greatly improving speed. By informing the controller of "free space" it can actually erase it in preparation for future writes.
TRIM has already been implemented in Windows 7 release candidate, but until solid state drives are updated with firmware that can understand the command, it will simply be ignored.
Some drives such as the gskill falcon and the ocz vertex have a specialized tool called wiper.exe that claims to perform on demand "trim", however it is actually a specialized defragmentation tool for SSDs (regular defragmentation tools do not work on SSD).[2] It simply clears unused space, while TRIM actually informs the controller about unused space allowing it to continuously manage resources for best performance.
The controller driver has to support it: The native MS Win7 driver does and Intel have a couple of beta drivers out there for Win7 that does support it.