From 909028e2147507740e1d717905971f2afd946839 Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Wed, 22 Mar 2017 11:13:55 -0700 Subject: [PATCH] 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 --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 91c7751eb..d49b56af4 100644 --- a/HISTORY.md +++ b/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.