• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: October 26th, 2023

help-circle









  • it does not change the data transfer speed. It just enables write cache which is a small(ish) memory buffer that stores the data while it is written to the disk in the background.

    Everything will need the same time to write to the drive, only difference is, that the software that writes to the disk will think the data is written, while in reality it is only in the memory and the disk is still working in the background. That data will be lost if you disconnect the drive without properly ejecting it, or the windows crashes, or sudden power loss, or anything happens.

    It has some effects with small parallel random writes, but it doesn’t do much with sequential performance of large files. You can easily compare the performance between the settings with your real-life usage, but don’t expect much difference.