Actually, the innermost area of the platter is the fastest. A drive spins at 7200 RPM for example, and when the read head is all the way on the inner edge, reaching data somewhere in that area is fastest, as the circumference is smaller there. Thus the wait is shorter until the data moves under the read head.
Now move the read head all the way to the outer edge of the platter. Here the read head needs to wait much longer until the data comes around to be read. Larger circumference = longer wait until the data makes it full circle.
You are talking about rotational latency or seek time, I was talking 'in regard to STR'
Actually I've confused myself a bit now because iirc the lowest seek time parts of a drive are also the ones with the highest STR, but those two things really shouldn't go together. Or do simple low-level benchmarkls like HDTune and HDtach chart them for mismatching parts of the drive?
crazyeyesreaper - Writing optical disks in particular is a whole other story, there are numerous different write strategies that drives use. No modern high speed optical drives write at the same RPM across the whole disk. Reading from an audio CD, record, or such time-coherent streaming data set works by the read head moving tracks more often at the smaller diameter section. Or to put it another way, 1 inch measured from center to edge of the inner part might hold as much data as 1/4 inch of the outer area (it really should be 1/pi I think) so the head has to move through more grooves or tracks in the inner section to extract the same amount of data.
Now you wrote a bit of a runon there heh
But it seems like you're saying that seek time is dominant in drive performance, which is fine if we mean 'overall drive performance using real programs' because the OS doesn't write data as STR not to mention need to access it, but think about it - does that still apply to much more synthetic STR data patterns?