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

[Storage] Pruning - add a test case to verify compaction can reclaim disk space #6603

Open
wants to merge 14 commits into
base: leo/db-ops
Choose a base branch
from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    44d6422 View commit details
    Browse the repository at this point in the history
  2. add benchmark

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1bc8f65 View commit details
    Browse the repository at this point in the history
  3. bench delete

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a8efb8e View commit details
    Browse the repository at this point in the history
  4. benchmark RemoveByPrefix

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6d9c4fb View commit details
    Browse the repository at this point in the history
  5. add iterator benchmark

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    569e31f View commit details
    Browse the repository at this point in the history
  6. fix Traverse function

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    966b778 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbfb3a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90c2e5b View commit details
    Browse the repository at this point in the history
  9. add interface

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9005b63 View commit details
    Browse the repository at this point in the history
  10. test compaction

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14fb33e View commit details
    Browse the repository at this point in the history
  11. add dbstore

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    26e140e View commit details
    Browse the repository at this point in the history
  12. add prefix

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8b7e53c View commit details
    Browse the repository at this point in the history
  13. remove disk test

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    163b7e1 View commit details
    Browse the repository at this point in the history
  14. add batch

    zhangchiqing committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3e53a01 View commit details
    Browse the repository at this point in the history