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

release/v20.07 - fix(bulkLoader): Use flags for cache (#6322) #6467

Merged
merged 1 commit into from
Sep 28, 2020

Commits on Sep 16, 2020

  1. fix(bulkLoader): Use flags for cache (#6322)

    Bulk loader uses caches in compression and this PR adds flags to make it
    configurable.
    
    Bulk loader was setting compressionLevel but not the compression option.
    As a result of this, badger wasn't compressing any data. This PR fixes
    this setting compression if compressionLevel is greater than 0.
    
    (cherry picked from commit 99341dc)
    Ibrahim Jarif committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8ef4b49 View commit details
    Browse the repository at this point in the history