Copy-on-Write

Turkish equivalent: Yazmada kopyalaDomain: Operating Systems

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.

  • Page Fault
  • Virtual Memory
  • Snapshot
  • Memory Bandwidth