Tag: oracle

Oracle LRU & MRU Algorithm - Laymen's Perspective

Definition:- LRU stands for ‘least recently used’. It is a computer algorithm used to manage the cache area which stores data in the memory. When a cache becomes full and you need space for new data. Hence you will …