Skip to content

Commit

Permalink
Mention IngestExternalFile changes in HISTORY.md
Browse files Browse the repository at this point in the history
Summary:
I hit the land button too fast and didn't include the line.
Closes facebook#1622

Differential Revision: D4281316

Pulled By: yiwu-arbug

fbshipit-source-id: c7b38e0
  • Loading branch information
Yi Wu authored and Facebook Github Bot committed Dec 6, 2016
1 parent 23db48e commit 0b0f235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Options.level0_stop_writes_trigger default value changes from 24 to 32.
* New compaction filter API: CompactionFilter::FilterV2(). Allows to drop ranges of keys.
* Removed flashcache support.
* DB::AddFile() is deprecated and is replaced with DB::IngestExternalFile(). DB::IngestExternalFile() remove all the restrictions that existed for DB::AddFile.

### New Features
* Add avoid_flush_during_shutdown option, which speeds up DB shutdown by not flushing unpersisted data (i.e. with disableWAL = true). Unpersisted data will be lost. The options is dynamically changeable via SetDBOptions().
Expand Down

0 comments on commit 0b0f235

Please sign in to comment.