Skip to main content
  1. Glossary/

Copy On Write

·46 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

Copy On Write (COW) is an optimization strategy used in computer programming and file systems to efficiently manage memory and storage. The basic idea behind COW is to delay the copying of data until it is absolutely necessary, which can help reduce overhead and improve performance.

Related

Separate LOG
·44 words·1 min
Aligning block sizes of VM disks on Proxmox
··4438 words·21 mins
Get I/O statistics and decide the most convenient block size for your NFS server on a VM on Proxmox
Extend virtual disks and ZVOLs on Proxmox
··855 words·5 mins
Extend the virtual disks and ZVOLs of your VM running an NFS server without data loss