From 3ff40125cd22da4e03179fce91ff16aae5580551 Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Mon, 16 Dec 2019 14:09:03 -0800 Subject: [PATCH] Update HISTORY.md with recent BlobDB related changes --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index b6f15300f..aa027f9d2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ ### Bug Fixes * Fix a bug in WriteBatchWithIndex::MultiGetFromBatchAndDB, which is called by Transaction::MultiGet, that causes due to stale pointer access when the number of keys is > 32 * Fixed two performance issues related to memtable history trimming. First, a new SuperVersion is now created only if some memtables were actually trimmed. Second, trimming is only scheduled if there is at least one flushed memtable that is kept in memory for the purposes of transaction conflict checking. +* BlobDB no longer updates the SST to blob file mapping upon failed compactions. ## 6.6.0 (11/25/2019) ### Bug Fixes