Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow manifest compaction to generate multiple content pieces #387

Merged
merged 2 commits into from
Sep 5, 2024

Commits on Sep 3, 2024

  1. Allow persisting multiple content pieces

    When compacting manifest data, allow persisting multiple content pieces.
    This should be alright because flushes on the index are already
    disabled, which means all changes should appear atomically.
    
    Uses a max number of manifests per content piece as that's easily
    available and can be used as a proxy for total content size to some
    extent.
    ashmrtn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    35b8b0f View commit details
    Browse the repository at this point in the history
  2. Add basic tests

    Basic tests that check lookups and number of content pieces after
    various operations.
    ashmrtn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3f0966d View commit details
    Browse the repository at this point in the history