Check out the new USENIX Web site. next up previous
Next: Disk Profiling Up: Seek Splitting: Preempting Previous: Seek Splitting: Preempting

The Method


To split seek operations, Semi-preemptible IO uses a tunable parameter, the maximum sub-seek distance. The maximum sub-seek distance decides whether to split a seek operation. For seek distances smaller than the maximum sub-seek distance, seek-splitting is not employed. A smaller value for the maximum sub-seek distance provides higher responsiveness at the cost of possible throughput degradation.

Unlike the previous two methods, seek-splitting may degrade disk performance. However, we note that the overhead due to seek-splitting can, in some cases, be masked. If the pre-seek slack obtained due to JIT-seek is greater than the seek overhead, then the slack can be used to mask this overhead. A specific example of this phenomenon was presented in Section 1. If the slack is insufficient to mask the overhead, seek-splitting can be aborted to avoid throughput degradation. Making such a tradeoff, of course, depends on the requirements of the application.



Zoran Dimitrijevic 2003-01-06