Cache - LRU (Least Recently Used)

Data System Architecture

About

LRU (or least recently used) is a cache algorithm that will discard the least recently used items first when the cache becomes full.

(ie the things you haven't used for a while).

1) 2)





Discover More
Data System Architecture
Data - Cache

In computer science, a data cache is a component that aims to: improve performance reduce load on the server. The cache will: store transparently a request response and use it to for later...
Card Puncher Data Processing
Oracle Database - Database Writer Process (DBWn)

Database writer process (DBWn) is a background process that writes buffers in the database buffer cache to data files. Modified or new data is not necessarily written to a datafile immediately. To reduce...



Share this page:
Follow us:
Task Runner