• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NTFS File Compression, Any performance gain?

wonder mike

Senior member
Since your hard disk is one of the biggest bottlenecks of your computer will enabling compression speed things up at all? I understand that it will use more cpu cycles, but if you got like a 2 gig comp will it really matter?
 
Enabling compression on files will slow down disk access to those files. Compression is to save space, not enhance performance.
 
Not necessarily true. Most processors these days can decompress a file faster than than it would take to read that larger uncompressed file off of the hard disk. If you get good compression on a file, it is actually faster to read the smaller file and decompress it than it is to read the larger file uncompressed.

So... with poor compression, you are guaranteed a performance loss. With good compression, you could see a performance gain.
 
Going by the books it should be slightly faster for reads, less head seeks means better performance. But if you write a lot, especially a lot of writing to already created files you'll lose performance.

I would say keeping your filesystem defragged (gotta love MS filesystems and how they fragment to hell) would give a more noticeable performance boost.
 
Back
Top