From f4c49aeadebcb0da48976626929f85a200a29168 Mon Sep 17 00:00:00 2001 From: Stanislau Hlebik Date: Fri, 18 Jul 2014 17:23:19 -0700 Subject: [PATCH] Update HISTORY.md Summary: Updating HISTORY.md to reflect changes in PlainTable index Test Plan: no need Reviewers: sdong Reviewed By: sdong Subscribers: leveldb Differential Revision: https://reviews.facebook.net/D20229 --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index d0c6b17e6..5650d0e11 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ ### Unrelease ### New Features * Support Multiple DB paths in universal style compactions +* Add feature of storing plain table index and bloom filter in SST file. ### Public API changes * DBOptions.db_paths now is a vector of a DBPath structure which indicates both of path and target size