Skip to content

Commit

Permalink
HISTORY update for export and import column family APIs
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #5587

Differential Revision: D16359919

fbshipit-source-id: cfd9c448d79a8b8e7ac1d2b661d10151df269dba
  • Loading branch information
Venki Pallipadi authored and facebook-github-bot committed Jul 18, 2019
1 parent ec2b996 commit 3a6e83b
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 @@ -17,6 +17,7 @@
* db_bench adds a "benchmark" stats_history, which prints out the whole stats history.
* Rate limited deletion of WALs is only enabled if DBOptions::wal_dir is not set, or explicitly set to db_name passed to DB::Open and DBOptions::db_paths is empty, or same as db_paths[0].path
* Overload GetAllKeyVersions() to support non-default column family.
* Added new APIs ExportColumnFamily() and CreateColumnFamilyWithImport() to support export and import of a Column Family. https://github.com/facebook/rocksdb/issues/3469

### New Features
* Add an option `snap_refresh_nanos` (default to 0.1s) to periodically refresh the snapshot list in compaction jobs. Assign to 0 to disable the feature.
Expand Down

0 comments on commit 3a6e83b

Please sign in to comment.