Revision df7004766989ae00e1681c369b1de8d5d9f74107 authored by Igor Canadi on 30 April 2014, 18:33:40 UTC, committed by Igor Canadi on 30 April 2014, 18:33:40 UTC
Summary:
Added a new option `max_total_wal_size`. Once the total WAL size goes over that, we make an attempt to flush all column families that still have data in the earliest WAL file.

By default, I calculate `max_total_wal_size` dynamically, that should be good-enough for non-advanced customers.

Test Plan: Added a test

Reviewers: dhruba, haobo, sdong, ljin, yhchiang

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D18345
1 parent 7dafa3a
Raw File
.arcconfig
{
  "project_id" : "rocksdb",
  "conduit_uri" : "https://reviews.facebook.net/",
  "copyright_holder" : "Facebook",
  "load" : [
    "linters"
  ],
  "lint.engine" : "FacebookFbcodeLintEngine",
  "lint.engine.single.linter" : "FbcodeCppLinter"
}
back to top