Seven Mobile ATA Hard Drives Compared
AnInkle writes "Though hard drives are allegedly the fastest advancing high-tech product, most laptop manufacturers persist in saving a buck by outfitting their units with a low-end, low-cache, low-capacity, low-spindle-speed HDD. The Tech Report takes a different angle from other mobile hard drive reviews by including one of those maligned 4,200 RPM, 2MB cache models in their roundup of 2.5" hard drives, which includes 'a 160 GB perpendicular monster and a couple of 7,200-RPM speed demons.' The results are clear that most of us would see a tremendous boost in performance by upgrading this one component."
tremendous boost in performance by upgrading this one component
If you think THATs suprising, imagine my face when I found out that FLAMMABLE and INFLAMMABLE mean the SAME THING.
"When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
However, one day the included 6Gig harddisk with a really low speed (Must have been a 4200RPM, but could be less) and I bought a new 5400RPM 80Gig harddisk . That was pretty much the upgrade that gave me most speed. That, and I could finally install more than one OS and keep the machine usable ;-)
Fast harddisks do matter.... Even if I tought that it was one of the least important things in the overall speed of the machine.
Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
While for instance Moore's law still holds the hard drives are not developing as fast. Ca. 10% performance improvement per year in the previous years is a good estimate. That means the hard drives are actually the slowest advancing components. In modern higher end PC they are the slowest link and in many applications the most horrible bottle neck.
..), the fastest things are expensive or on development cycle anyways... The state of hard drives and their performance is simply put pathetic and will be at least for the next a few years.
There isn't a good solution available either. RAIDs can get expensive, flash and similars can be fast but there are problems with interfaces (quality, selections,
I see in their published specs that the 7200 RPM drives run at least 0.4 to 0.6 Watts higher. This may not seem like much, but right now my laptop is sucking about 17 watts of power, and that means about 2.4 to 3.5 percent higher power consumption.
Still not much, but a factor to consider.
XML is like violence. If it doesn't solve the problem, use more.
most laptop manufacturers persist in saving a buck by outfitting their units with a low-end, low-cache, low-capacity, low-spindle-speed HDD.
Well, they're saving an average of 111 bucks in these examples. The "low-end" model is about 35% of the cost of the others (on average).
Now look at the performance differences. WorldBench is clocking the more expensive drives as only 30% faster (on average) than the "low-end" drive.
My own conclusion: yes, you're getting a performance boost if you pay more... But it's definately not a 1 to 1 ratio. In fact, for the money, the "low-end" drive is the best solution. So... Why do "most laptop manufacturers persist in saving a buck (or 111 bucks)? Because it's a better choice for the average consumer! Believe me... If Company A started selling only expensive drives, their market would go niche (like Alienware), and most people would purchase a "lower-end" machine.
If the computer runs faster you may use less power. If it takes 10 minutes to check email and slashdot with the old drive and 9 minutes with the new, you've just saved 10% time spending 3.5% higher power rate. That's about 7% less power consumed.
Man, you really need that seminar!
It would make a lot of sense to have 10% of your disk solid state, only spin up the real drive as necessary. I don't think multigigabyte memory will be affordable anytime real soon.
Man, you really need that seminar!
most laptop manufacturers persist in saving a buck by outfitting their units with a low-end, low-cache, low-capacity, low-spindle-speed HDD
That's because rational consumers 'persist' in saving a buck by buying the least expensive thing they think will fill their needs.
Most people buying PCs have absolutely no idea how to compare one computer to another. Even most Jeff K's understand nothing beyond screen dimensions and clock speed (and I've worked with enough IT people toto understand that Jeff K is the rule, not the exception). Of course, even the bottom of the line $650 Dell XPS comes with a 7200 RPM 8MB Cache HD, so I'm not sure what kind of poor sucker is still getting the 4200 RPM dog described in the article.
Swapping is the bottleneck. So remove the bottleneck. No seriously. The harddisk activity you are most likely to notice is memory swapping. Swapping can be disabled. Of course you run out of memory if you do that, so add more memory. I find that with 2GB no application ever complains of having not enough memory despite there being exactly 0MB of swap space. I run some pretty memory intensive stuff too. It turns out most of this stuff is designed to run well on systems with only 512-1024 MB (particularly games rarely use more, even if it is avaialable). That extra GB is cheaper than a new harddrive and if 2 is not enough make it 3 or 4. It's not like win32 processes can address more than 2GB anyway!
At least under windows, memory swapping is implemented very stupidly. Basically the system will spend (your) time swapping even when there's plenty of memory available. I've observed it swapping applications to disk with over 75% memory available. This causes all sorts of noticable delays when you try to actually use your system (e.g. switching from application A to application B). With 2GB available, windows should run out of excuses to swap but it will still swap.
Disabling swap space effectively stops this behavior. Especially on slow harddisks this means a huge performance improvement. Depending on your software you can do with much less memory. I've disabled swap space on machines with only 512MB which you are unlikely to exceed running just office type applications. In all cases that I did this the result was an immediate, noticable performance increase.
In case you do run out of memory, you get an out of memory error. I find that closing applications usually is a good solution. Much better than windows continuously wasting my time with unnecessary UI blocking harddisk activity. Anyway, given the low cost of memory, I'm very intolerant towards having my time wasted due to the fact that there's not enough.
Jilles