An SSD command that tells the drive which blocks of memory are no longer in use, allowing it to erase blocks containing deleted data.
TRIM is a command that tells a solid-state drive (ssd) that a block of memory is no longer in use and may be discarded or overwritten. It can improve drive lifespan because the drive no longer has to copy unused data during garbage collection, and can increase performance by increasing the number of empty pages, which can be written to more quickly than an overwrite.
Using the command requires operating-system and filesystem support. It is supported in most operating systems since around 2010.