What is TRIM and Why Does Your SSD Need It? Linus Tech Tips

Linus Tech Tips ·Linus Tech Tips ·2010-05-08 · 407 words · ~2 min read
Floatplane YouTube

Transcript

JSON SRT VTT 29
0:00 this is kind of a random video so we thought we'd shoot it in kind of a random location I'm actually just
0:05 lounging on the balcony outside my office my desk is on the other side of
0:09 this wall so this balcony oversees the warehouse operations here at NC anyway I
0:14 recently uploaded a video to my other channel where we took the cameraman's
0:18 computer and we upgraded it with an SSD featuring trim and Windows 7 so I got a
0:24 few messages asking me what exactly is trim and why did you emphasize so many
0:29 times that that was important and that it was a key feature of Windows 7 well
0:33 first of all Windows 7 is the only operating system right now that does
0:37 feature trim support so there put that
0:41 in your pipe and smoke it that's why it's important but that doesn't actually
0:44 answer the question the question is what does trim do so here's what trim does I
0:49 devised this um example trim is kind of
0:54 like the insert key because normally with any SSD drive the performance is
0:58 actually going to degrade as soon as you take that fresh never
1:02 written flash memory and write over it once every time you try to write it's
1:08 like this so even after you delete a file in clear space if you want to
1:13 rewrite that H you actually have to delete it first which takes up one cycle
1:19 and then you have to write to it after so it takes a lot longer what trim does
1:24 is it's a way of the operating system telling your drive whenever you delete a
1:28 file immediately hey that bit isn't there anymore so you
1:33 can just write right over that so it clears it out right away so it's kind of
1:37 like the insert key if I press the insert key and you know I want to write
1:43 something over this well it helps if I type correctly
1:48 then what it does is it enables you to
1:51 write data without first removing it and it really increases the speed and the
1:56 performance of your SSD especially over
1:59 time now there are other Solutions like garbage collection but trim really is
2:02 the most elegant solution because all you do is pop it into your system and
2:07 forget about it keeps your SSD running in tiptop shape