Sorry, you need to enable JavaScript to visit this website.

copy on write

A technique for maintaining a point in time copy of a collection of data such that when a logical data location is written, a new physical location is chosen for the existing data, and the existing data is copied to that new physical location. 

See pointer remapping.

Context Categories:

Data Recovery

Back to Dictionary