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

feat(compaction): add file number limits to TWCS compaction #4481

Merged
merged 4 commits into from
Aug 1, 2024

Commits on Aug 1, 2024

  1. Add file number limits to TWCS compaction

     - Introduce `max_active_window_files` and `max_inactive_window_files` to `TwcsOptions`.
    v0y4g3r committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3b2c198 View commit details
    Browse the repository at this point in the history
  2. feat/limit-files-in-windows: Add max active/inactive window files opt…

    …ions to mito engine config
    v0y4g3r committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    437fd84 View commit details
    Browse the repository at this point in the history
  3. feat/limit-files-in-windows: Add Debug derive to TwcsPicker and imple…

    …ment max file enforcement logging in TWCS compaction
    v0y4g3r committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5076474 View commit details
    Browse the repository at this point in the history
  4. fix: clippy

    v0y4g3r committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    381a6bf View commit details
    Browse the repository at this point in the history