Could turning on disk compression actually speed up disk access?
November 25, 2006 1:27 AM
Subscribe
Could turning on hard drive compression actually speed up access on my laptop?
I have an ultraportable laptop. It's got a decent processor and enough ram, but it has one of those
tiny 80GB Toshiba iPod hard drives in it and the speed, both access and transfer is awful. (Plenty good for an iPod, horrible for real computing.)
I run a few applications that access the hard drive quite a bit, either loading or writing a decent amount of data. When I look at the task manager, my HD light is on solid while my CPU usage is around 15%. I'd, of course, love to speed up access.
So my thinking goes like this: If I click the "Compress drive to save disk space" it will put a little more data in every sector, so each seek and read should be a little more efficient. Since my CPU is near idle anyway it could use those extra cycles to process the compression.
So the question: Is this assumption true?
Are there other drawbacks to compressed NTFS volumes? (Like being more likely to go corrupt, harder to recover corrupted files, fragmentation, etc?)
(And I'll throw in an extra related Q: Is there a way to tell Windows XP Pro to try to fill up more real ram before it start paging?)
posted by Ookseer to computers & internet (10 comments total)
1 user marked this as a favorite
You do get noticeable advantages if an app is written to read app-specific compressed files on disk that are layed out well. This is a key technique in making console games work right.
posted by Nelson at 1:40 AM on November 25, 2006