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: add cluster setting delete_compaction_excise.enabled #132870

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. go.mod: bump Pebble to 1d2e9e829b92

    Changes:
    
     * [`1d2e9e82`](cockroachdb/pebble@1d2e9e82) options: add EnableDeleteOnlyCompactionExcises Option
    
    Release note: none.
    Epic: none.
    itsbilal committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2df361d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. storage: add cluster setting delete_compaction_excise.enabled

    This change adds a cluster setting to be able to dynamically
    disable excises in delete-only compactions. Excises allow
    for range deletions / range key deletions to be applied to
    sstables even if they don't fully overlap with the sstable;
    we just produce virtual sstables for the remainder of the sstable.
    
    Epic: none
    
    Release note: None
    itsbilal committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    75fb9ef View commit details
    Browse the repository at this point in the history