HISTORY.md for log_size_for_flush in CreateCheckpoint()

Summary: Closes https://github.com/facebook/rocksdb/pull/2021

Differential Revision: D4755324

Pulled By: siying

fbshipit-source-id: c8d7955
main
Siying Dong 7 years ago committed by Facebook Github Bot
parent be723a8d8c
commit 909028e214
  1. 3
      HISTORY.md

@ -3,6 +3,9 @@
### Public API Change
* Support dynamically change `stats_dump_period_sec` option via SetDBOptions().
### New Features
* Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a threshold specified by the user.
## 5.3.0 (03/08/2017)
### Public API Change
* Remove disableDataSync option.

Loading…
Cancel
Save