Prefetch |
When the data buffer is large enough to accommodate an entire track it is possible to implement speed enhancing options like read prefetch. Here a controller will assume that whenever a logical block X is to be read, block X+1 will be requested next. In the event that the subsequent blocks are called for the transfer can take place immediately. Otherwise the data can be simply ignored with no penalty. |