Skip to content

Implement blob garbage collection and orphan blob pruning engine #13

Description

@barissalihbabacan

Proposed Solution

Implement Repository::gc():

  1. Collect all reachable blob hashes across all commits in the repository.
  2. Scan .osmos/blobs/ directory.
  3. Delete unreferenced (orphan) blob files to reclaim disk space.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:coreCore Rust engine and storagephase:4-performancePhase 4: Status cache & storage GCpriority:mediumMedium prioritytype:taskEngineering or infrastructure task

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions