Stable storage is implemented by
Aa single fast SSD on the same rack
BDRAM with a dedicated battery backup
Creplication across multiple disks
Dthe CPU's L3 cache with parity bits
Answer & Solution
Correct answer: C. replication across multiple disks
Stable storage is the theoretical idea of storage that never fails. In practice it's approximated by replicating writes across multiple disks (RAID 1 or higher) so that any single disk failure leaves the data intact. A single disk, DRAM, or CPU cache cannot guarantee survival across all failure modes.
Related questions
The main reasons production DBMSs avoid shadow paging in favour of WAL are that shadow pagWhat is the purpose of a Compensation Log Record (CLR) in ARIES?ARIES recovery is structured as exactlyFuzzy checkpoints differ from naive checkpoints byIn standard log-based recovery, the order of operations isAfter a crash, with checkpointing, the recovery system scans the logA complete log record for a write operation includesPer WAL semantics, a transaction is officially committed at the moment