Write Through Cache Failure Partial
Prompt
A cache write succeeds but the database write fails. What reads are now unsafe and what is the minimal recovery strategy?
Constraints
- No distributed transactions
A cache write succeeds but the database write fails. What reads are now unsafe and what is the minimal recovery strategy?