Expand description
Snapshot anchors recorded by the event store.
Cache snapshots remain owned by the cache backing store. The event store records only
the durable log high-watermark the snapshot covers plus enough metadata for restore to
fetch the blob and validate its content hash before tail replay resumes at
seq > high_watermark.
Structs§
- Snapshot
Anchor - A pointer from a cache snapshot blob to a durable event-store high-watermark.
Functions§
- compute_
snapshot_ content_ hash - Computes the default cache snapshot content hash recorded in a
SnapshotAnchor.