ADAPTIVE BLOCK REARRANGEMENT

Authors
Citation
S. Akyurek et K. Salem, ADAPTIVE BLOCK REARRANGEMENT, ACM transactions on computer systems, 13(2), 1995, pp. 89-121
Citations number
19
Categorie Soggetti
Computer Sciences","Computer Science Theory & Methods
ISSN journal
07342071
Volume
13
Issue
2
Year of publication
1995
Pages
89 - 121
Database
ISI
SICI code
0734-2071(1995)13:2<89:ABR>2.0.ZU;2-4
Abstract
An adaptive technique for reducing disk seek times is described. The t echnique copies frequently referenced blocks from their original locat ions to reserved space near the middle of the disk. Reference frequenc ies need not be known in advance. Instead, they are estimated by monit oring the stream of arriving requests. Trace-driven simulations show t hat seek times can be cut substantially by copying only a small number of blocks using this technique. The technique has been implemented by modifying a UNIX device driver. No modifications are required to the file system that uses the driver.