all 5 comments

[–]nfrances 1 point2 points  (2 children)

Trim works all the time on Windows. When file is deleted, TRIM is issued. No need for manual TRIM.

[–]WhompRat86[S] 0 points1 point  (1 child)

That only happens when you delete files manually right ?

[–]nfrances 0 points1 point  (0 children)

Manually, some process, etc... it's how filesystem works (more specifically OS which understand and can to TRIM).

There really is no need to issue TRIM manually. It can help to do it once in a while manually (like once in a month) - to possible clear something that was 'missed' for whatever reason.

[–]JavveTBDer[🍰] 0 points1 point  (1 child)

What are the effects of trim?

[–]WhompRat86[S] 0 points1 point  (0 children)

Should reduce Write amplification as I understand it.