Masked Transferring Method of Discontinuous Sectors in Disk Cache System
スポンサーリンク
概要
- 論文の詳細を見る
This paper proposes a masked data transferring method for the write-back controlled disk cache system employing a fixed-length recording disk drive, enabling data transfer of discontinuous sectors on the same track between the cache and the disk. This paper also evaluates the method. In write-back controlled disk cache systems, random write requests cause dirty data (write-pending data on a cache) on discontinuous areas on the cache. It is likely that several sectors on the same track become dirty. These dirty sectors must be written onto the disk according to the cache management scheme. In conventional data transferring methods between a disk cache and a disk drive, plural sectors can be transferred in one single operation when the sectors are adjacent, but discrete sectors must be transferred by individual operations. In the methods, an address of the head sector and number of sectors to be transferred are given to the transfer unit. For example, when two sectors on the same track are located closely but not adjacently, and data transfer is requested for those two sectors, the transfer operation for the second sector must be prepared after the first transfer had completed and before the second sector arrives under the disk head. Although the time for the head to pass by the uninterested sector is often too short for the software overhead for the first transfer to be completed and the second transfer to be prepared, which leads to an unwanted extra rotation of the disk. With the masked transferring method proposed in this paper, the micro program creates a bit-map specifying the target sectors to be transferred and passes it to the data transfer unit, enabling to transfer the discontinuous sectors without latency. The method was evaluated using OLTP workloads. Results show an improvement in random I/O throughput of between 8% and 27%. The masked transferring method is adopted in Hitachi's A-6521 disk subsystems, shipped since December 1993.
- 社団法人電子情報通信学会の論文
- 1995-10-25
著者
-
Takahashi N
Ntt Corp. Yokosuka‐shi Jpn
-
Fujii Tetsuhiko
Systems Development Laboratory, Hitachi, Ltd.
-
Yamamoto Akira
Systems Development Laboratory, Hitachi, Ltd.
-
Takahashi Naoya
Data Storage amp Retrieval Systems Division, Hitachi, Ltd.
-
Yoshida Minoru
Data Storage amp Retrieval Systems Division, Hitachi, Ltd.
-
Fujii Tetsuhiko
Systems Development Laboratory Hitachi Ltd.
-
Yoshida Minoru
Data Storage Amp Retrieval Systems Division Hitachi Ltd.
-
Yamamoto Akira
Systems Development Laboratory Hitachi Ltd.
関連論文
- Masked Transferring Method of Discontinuous Sectors in Disk Cache System
- A New Method for Lock Waiting in Mutual-Exclusions