Copy-on-Write

A storage optimization and write strategy where data files are never modified in place. When a write occurs, the system duplicates the original data, applies the modification, and writes a new file, maintaining transaction isolation.


Part of the Data & AI Terms glossary.

This page is mirrored from the GitHub Wiki. View original on GitHub