https://github.com/facebook/rocksdb
Revision cc253982ddb155475a0b5d3c908847eab30bc53f authored by Andrew Kryczka on 02 March 2017, 18:45:04 UTC, committed by Facebook Github Bot on 02 March 2017, 18:54:11 UTC
Summary:
The default behavior was too weird because, previously, we got the L0 file size limit (64MB) from Options default and L1+ file size limit (2MB) from the hardcoded value. We should get both from Options default.
Closes https://github.com/facebook/rocksdb/pull/1943

Differential Revision: D4640301

Pulled By: ajkr

fbshipit-source-id: fd8c0fd
1 parent 8432bcf
Raw File
Tip revision: cc253982ddb155475a0b5d3c908847eab30bc53f authored by Andrew Kryczka on 02 March 2017, 18:45:04 UTC
Use more default options in db_bench
Tip revision: cc25398
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top