A spectrum of block replacement policies called LRFU (Least Recently/Frequently Used) is proposed for buffer caches. The proposed spectrum is formed according to how much more weight we give to the recent history than to the older history and subsumes the well-known LRU (Least Recently Used) and the LFU (Least Frequently Used) policies. Unlike many previous policies that use limited history to make block replacement decisions, the LRFU policy uses the complete reference history of blocks recorded during their cache residency. Nevertheless, the LRFU requires only a few words for each block to maintain such history. This paper also describes an implementation of the LRFU that again subsumes the LRU and LFU implementations. Results from traced...
Abstract. This paper introduces a new approach to database disk buffering, called the LFU-K method. ...
Recent studies have shown that cache partitioning is an efficient technique to improve throughput, f...
In this paper, we propose a new adaptive buffer management scheme called DEAR (DEtection based Adapt...
We show that there exists a spectrum of block replacement policies that subsumes both the Least Rece...
Efficient and effective buffering of disk blocks in main memory is critical for better file system p...
Recently, a new block replacement policy called the LRFU (Least Recently/Frequently Used) policy was...
Replacement Policies play a crucial part in different aspects of today’s high performance computing ...
This thesis describes a model used to analyze the replacement decisions made by LRU and OPT (Least-R...
To overcome the speed gap between processors and disks, many computer systems utilize buffer cache l...
In this paper, we propose a new block selection policy for Last-Level Caches (LLCs) that decides, ba...
Block replacement refers to the process of selecting a block of data or a cache line to be evicted o...
AbstractCurrently the most widely used replacement policy in the last cache is the LRU algorithm. Po...
Caching techniques have been used to improve the performance gap of storage hierarchies in computin...
Poor cache memory management can have adverse impact on the overall system performance. In a Chip Mu...
Many replacement and prefetching policies have recently been proposed for buffer cache management. H...
Abstract. This paper introduces a new approach to database disk buffering, called the LFU-K method. ...
Recent studies have shown that cache partitioning is an efficient technique to improve throughput, f...
In this paper, we propose a new adaptive buffer management scheme called DEAR (DEtection based Adapt...
We show that there exists a spectrum of block replacement policies that subsumes both the Least Rece...
Efficient and effective buffering of disk blocks in main memory is critical for better file system p...
Recently, a new block replacement policy called the LRFU (Least Recently/Frequently Used) policy was...
Replacement Policies play a crucial part in different aspects of today’s high performance computing ...
This thesis describes a model used to analyze the replacement decisions made by LRU and OPT (Least-R...
To overcome the speed gap between processors and disks, many computer systems utilize buffer cache l...
In this paper, we propose a new block selection policy for Last-Level Caches (LLCs) that decides, ba...
Block replacement refers to the process of selecting a block of data or a cache line to be evicted o...
AbstractCurrently the most widely used replacement policy in the last cache is the LRU algorithm. Po...
Caching techniques have been used to improve the performance gap of storage hierarchies in computin...
Poor cache memory management can have adverse impact on the overall system performance. In a Chip Mu...
Many replacement and prefetching policies have recently been proposed for buffer cache management. H...
Abstract. This paper introduces a new approach to database disk buffering, called the LFU-K method. ...
Recent studies have shown that cache partitioning is an efficient technique to improve throughput, f...
In this paper, we propose a new adaptive buffer management scheme called DEAR (DEtection based Adapt...