Performance affects of compressing Program Files on Windows / NTFS
- by SRobertJames
What are the performance affects of compressing Program Files on Windows NTFS?
On a fast, multicore machine, the overhead of decompression is minimal. Machines are generally disk bound, and if you can reduce the disk load by compression, you often speed things up. (Microsoft says that the built in compression of Windows Search indexes actually improves speed for this reason.)
On the other hand, Windows' virtual memory is complicated. Perhaps if files are compressed, they can't be paged out simply. And there may be other issues.
In short: On a fast, multicore machine with a relatively slow disk, what performance affects will compressing Program Files have?