-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This PR exposes the `compression_level` flag in `alpha`. The flag can be set as ``` dgraph alpha --badger.compression_level=xxx ``` A higher value of the compression level is more CPU intensive but offers a better compression ratio. The default value is `3`. `compression_level=0` disables compression. (cherry picked from commit 7442993)
- Loading branch information
Ibrahim Jarif
authored
Apr 23, 2020
1 parent
0028bdd
commit 061ce2a
Showing
3 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters