Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update compression method and expose badger options #31
Update compression method and expose badger options #31
Changes from 44 commits
018f5ef
d4f6301
737992b
3dca77a
e8f9b14
cff8a7e
a3b6524
2a175ec
803c323
466a8cd
9ae72c1
7ae9fef
563ac41
f5830fd
67c2a0b
11d60c3
2f7d467
b35a6e7
75c05ad
8e26727
c47e9d6
b4bec07
88159d1
b9e4138
dc5b161
9245a4c
04bbc0d
92a61ec
36b66b1
d4e8841
eb9eb69
cca5ce0
834ca70
a2c4484
6356b25
1deca50
875b6df
929d7ba
931241a
0581ae9
3fcba9f
f99c07d
89d40c9
a12b63a
d0c9a02
c4fab21
c731e25
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add something like
which would essentially be one of 3 possible values
badger
,ingestion
,storage
and switch eitherbadger.DefaultOptions(dir)
or 2 other sets of constant values.I know it's making it a bit specific for our use-cases, but I'd rather not loose the track of the tuned parameters we have and we can interate from here.