-
Notifications
You must be signed in to change notification settings - Fork 521
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
add cache options for rocksdb #567
Conversation
conf.get(RocksDBOptions.COMPRESSION_TYPES); | ||
E.checkArgument(compressions.isEmpty() || | ||
compressions.size() == numLevels, | ||
"Elements number of '%s' must be the same as '%s'" + |
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.
same as num levels
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.
This intent has been provided by RocksDBOptions.NUM_LEVELS.name()
Change-Id: Icc4ae746f3117905960b8de52ae59386e0684584
0ff6964
to
f866e76
Compare
Codecov Report
@@ Coverage Diff @@
## master #567 +/- ##
============================================
+ Coverage 70.38% 70.43% +0.04%
Complexity 3450 3450
============================================
Files 216 216
Lines 16535 16585 +50
Branches 2355 2360 +5
============================================
+ Hits 11638 11681 +43
- Misses 3653 3656 +3
- Partials 1244 1248 +4
Continue to review full report at Codecov.
|
Change-Id: I4eb88b658165409516ecb9ee94ba8bec2ffc21fd
4ad2b8e
to
a1b08c0
Compare
Change-Id: Icc4ae746f3117905960b8de52ae59386e0684584