Copy-on-Write Snapshots at the Storage Layer
simplyblock snapshots are copy-on-write at the storage layer. When you snapshot a volume, only the blocks that subsequently change are written again. The snapshot itself takes under a minute regardless of volume size and introduces no I/O pause to the running workload. You can snapshot while PostgreSQL is writing, Kafka is ingesting, or any other stateful workload is active.
- Under one minute snapshot creation for any volume size
- CoW means backup storage grows only with actual changes, not volume size
- No quiesce, no application coordination, no I/O pause