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
History
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
File Mode Size
coverage_test.sh -rwxr-xr-x 2.2 KB
parse_gcov_output.py -rw-r--r-- 4.1 KB

back to top