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

fix(bulkLoader): Use flags for cache #6322

Merged
merged 5 commits into from
Sep 16, 2020
Merged

Commits on Aug 29, 2020

  1. fix(bulkLoader): Use flags for cache

    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.
    Ibrahim Jarif committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    3b28a04 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Ibrahim Jarif committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    94862fe View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge branch 'master' into ibrahim/bulk-cache

    Ibrahim Jarif committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b6426c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. fixup

    Ibrahim Jarif committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1f2c762 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. address review comments

    Ibrahim Jarif committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    188535c View commit details
    Browse the repository at this point in the history