Publication | Closed Access
Data cache management using frequency-based replacement
68
Citations
3
References
1990
Year
Storage PerformanceEngineeringMemory DesignComputer ArchitectureStorage SystemsAdaptive MemoryParallel ComputingData ManagementWeb CacheComputer EngineeringCachingData CachesComputer ScienceData Cache ManagementCloud ComputingReplacement AlgorithmStorage AssignmentFile SystemIn-memory Database
LRU replacement has traditionally been used for data caches in file systems, databases, and disk control units. The study proposes a new frequency‑based replacement algorithm for managing data caches. The algorithm maintains reference counts, factors out locality, and selects replacement candidates based on a combination of reference frequency and block age. Simulations on real file‑system and I/O traces show the algorithm can achieve up to 34% of the theoretical optimal performance improvement over LRU, while maintaining comparable implementation complexity.
We propose a new frequency-based replacement algorithm for managing caches used for disk blocks by a file system, database management system, or disk control unit, which we refer to here as data caches. Previously, LRU replacement has usually been used for such caches. We describe a replacement algorithm based on the concept of maintaining reference counts in which locality has been “factored out”. In this algorithm replacement choices are made using a combination of reference frequency and block age. Simulation results based on traces of file system and I/O activity from actual systems show that this algorithm can offer up to 34% performance improvement over LRU replacement, where the improvement is expressed as the fraction of the performance gain achieved between LRU replacement and the theoretically optimal policy in which the reference string must be known in advance. Furthermore, the implementation complexity and efficiency of this algorithm is comparable to one using LRU replacement.
| Year | Citations | |
|---|---|---|
Page 1
Page 1