| Previous | [1] | [2] | [3] | [4 ] | 5 | [6 ] | [7 ] | [8 ] |
J. H. Chou and Y. H. Chin
Institute of Computer Sciences
National Tsing-Hua University
Hsinchu, Taiwan 30043
It is well known that the behavior of page reference in a database environment is different from that in a program envionment; hence, some page replacedment algorithms, have been designed to improve the throughput and response time of a darabase management system. However, aspecial page replacement algorithm influenced by a dis scheduling algorithm has not been studied yet. For this reason, two new disk scheduling algorithms, called MAD and V-MAD, are introduced. The performace of a database management system is evaluated by pairing a page replacement algorithm with a disk scheduling algorithm under a multi- transaction environment. The best pair is found under the random, sequential, and random/sequemtial access patterns. The simulation results show that pairing OLRU or ILRU page replacement algorithms with SSTF, MAD, or V-MAD produces th highest throughput in random or random/sequential ac cess. in the case of sequential access, pairing CLOCK or GCLOCK with SCAN or V-MAD is the best. When the disk scheduling algorithms are MAD or V-MAD, the system's response time is shorter than that when using other methods such as FCFS, SSTF,SCAN, C-SCAN, N-STEP, or V(R) with R=0.2.
Keywords: throghput, response time, disk schedulingalgorithm, page replacement algorithm, database enveionments
Received July 1, 1991; revised February 10, 1992.
Communicated by Chin-Chen Chang.