Copy-on-Write
A memory or storage optimization that shares data until a participant attempts to modify it, at which point a private copy is created.
Boundaries
Copy-on-write delays copying until modification; it does not imply that writes are free because page duplication and write amplification can still occur.
Related Concepts
- Page Fault
- Virtual Memory
- Snapshot
- Memory Bandwidth