AD-LRU: An efficient buffer replacement algorithm for flash-based databases

作者:

Highlights:

摘要

Flash memory has characteristics of out-of-place update and asymmetric I/O latencies for read, write, and erase operations. Thus, the buffering policy for flash-based databases has to consider those properties to improve the overall performance. This article introduces a new approach to buffer management for flash-based databases, called AD-LRU (Adaptive Double LRU), which focuses on improving the overall runtime efficiency by reducing the number of write/erase operations and by retaining a high buffer hit ratio. We conduct trace-driven experiments both in a simulation environment and in a real DBMS, using a real OLTP trace and four kinds of synthetic traces: random, read-most, write-most, and Zipf. We make detailed comparisons between our algorithm and the best-known competitor methods. The experimental results show that AD-LRU is superior to its competitors in most cases.

论文关键词:Flash memory,Database buffer management,Replacement policy,Flash-based DBMS

论文评审过程:Received 17 June 2010, Revised 14 September 2011, Accepted 16 September 2011, Available online 6 October 2011.

论文官网地址:https://doi.org/10.1016/j.datak.2011.09.007