From 66b62a123a4738199a93b6cf6a9a15528083f45c Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Thu, 24 Jun 2021 17:24:41 -0700 Subject: [PATCH] Update HISTORY.md for PR 8450 (#8458) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8458 Reviewed By: zhichao-cao Differential Revision: D29378728 Pulled By: ltamasi fbshipit-source-id: d5a40b1414500f53823763be5c2bfce8db04daf8 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 3ed1bb77b..3c595d5a2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,7 @@ ### New Features * ldb has a new feature, `list_live_files_metadata`, that shows the live SST files, as well as their LSM storage level and the column family they belong to. +* The new BlobDB implementation now tracks the amount of garbage in each blob file in the MANIFEST. ## 6.22.0 (2021-06-18) ### Behavior Changes