Originally posted by: Pariah
Oddly enough, the IBM page doesn't discuss the area that larger cache helps the most which is in writes, not reads. Known as write-back caching, it involves storing data being sent to the disk in cache until the drive is free to write the data to disk. By storing multiple write requests in cache, the drive does not have to stop what it is doing to write, and it also reduces the numbers of writes that are required because they are done in bunches rather than one at a time. The downside to write-back caching is if you have data waiting to be written to disk in your cache and the computer crashes, you lose the data. For this reason WinXP and Win2k+SP3 default to write-through caching which performs the write as soon as the request is sent. The terrible write performance that some people are experiencing win WinXP and Win2k+SP3 with SCSI drives is due to this issue and shows how much performance can be gained with caching writes.
The 20% faster quoted on the HD boxes is a bit optimistic and not fully realized by typical users doing typical tasks.