Status
In Progress
Persistence Snapshots capture an island’s persistent data at a point in time, so developers can restore lost or damaged data from a known good copy.
A snapshot records persistent data as it stands when the snapshot is taken, and recovery reads from that copy rather than from the damaged data, which limits how much is at risk when persistence data is lost.