A database redo log system based on virtual memory disk
Haiping Wu,Hongliang Yu,Bigang Li,Xue Wei,Weimin Zheng
DOI: https://doi.org/10.1007/11758532_86
2006-01-01
Abstract:Redo log of database must be written to permanence storage like disks. When database is heavily loaded, the crowded redo log writing queue will become a performance bottleneck. In this paper, the operation principle of database redo log is analyzed. It is found that if redo log is stored on virtual memory disk directly, the database will demonstrate better performance. In addition, the reliability of redo log system based on virtual memory disk is analyzed. At the end of the paper, a contrastive performance measurement result is given.
What problem does this paper attempt to address?