Description:
Snapshot storage should deduplicate identical sessions using stable hashing to save disk space.
Work to be done:
Implement content-addressed storage for snapshots with deduplication.
Implementation procedure:
- Add stable hashing for session snapshot content.
- Store snapshots by hash and avoid duplicate copies.
- Add tests for deduplication and recovery.
- Document snapshot storage semantics.
Acceptance criteria:
- Snapshot storage deduplicates identical sessions.
- Hash-based storage is reliable.
- Tests cover deduplication behavior.
- Documentation explains storage semantics.
Description:
Snapshot storage should deduplicate identical sessions using stable hashing to save disk space.
Work to be done:
Implement content-addressed storage for snapshots with deduplication.
Implementation procedure:
Acceptance criteria: