In theory, on a reasonably fast PC, the processor is mostly idle during hard drive access.
A compressed file takes up less physical space, so the hard drive (being the slowest part in the system) has to read less physical data.
One could argue that the small additional amount of work for the processor to uncompress the data on the fly will not result in slowdown of the read operation, so hence my question:
If I activate drive compression on a Windows machine, can I positively affect data throughput at the expense of a somewhat higher CPU usage?