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
.arcconfig
{
  "project_id" : "rocksdb",
  "conduit_uri" : "https://phabricator.fb.com/api/",
  "copyright_holder" : "Facebook",
  "load" : [
    "arcanist_util"
  ],
  "lint.engine" : "FacebookFbcodeLintEngine",
  "lint.engine.single.linter" : "FbcodeCppLinter",
  "unit.engine" : "FacebookFbcodeUnitTestEngine",
  "arcanist_configuration" : "FacebookArcanistConfiguration",
  "base" : "git:HEAD^, hg:.^",
  "git.default-relative-commit" : "HEAD^",
  "git:arc.feature.start.default" : "origin/master",
  "arc.feature.start.default" : "master",
  "history.immutable" : false
}
back to top