diskresident
Diskresident is a term used in computing to describe data, programs, or structures that reside on non-volatile disk storage rather than in volatile main memory. The property is often described in contrast to memory-resident or RAM-resident data, which are stored in RAM for fast access. Disk-resident data must be loaded into memory, often through I/O operations, before it can be actively processed.
In operating systems, file systems, and databases, many objects are disk-resident by default, including files, tables,
Advantages and trade-offs: disk-resident storage provides persistence, capacity, and durability; disadvantages include higher latency and lower
In practice, disk-residence is ubiquitous in modern computing; the term is primarily used to emphasize the location