Skip to content

Add support for stable hash-based session deduplication in snapshot storage #149

@pugsley76

Description

@pugsley76

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:

  1. Add stable hashing for session snapshot content.
  2. Store snapshots by hash and avoid duplicate copies.
  3. Add tests for deduplication and recovery.
  4. Document snapshot storage semantics.

Acceptance criteria:

  • Snapshot storage deduplicates identical sessions.
  • Hash-based storage is reliable.
  • Tests cover deduplication behavior.
  • Documentation explains storage semantics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions