rocksdb/utilities/blob_db
Yi Wu 1900771bd2 Dump Blob DB options to info log
Summary:
* Dump blob db options to info log
* Remove BlobDBOptionsImpl to disallow dynamic cast *BlobDBOptions into *BlobDBOptionsImpl. Move options there to be constants or into BlobDBOptions. The dynamic cast is broken after #2645
* Change some of the default options
* Remove blob_db_options.min_blob_size, which is unimplemented. Will implement it soon.
Closes https://github.com/facebook/rocksdb/pull/2671

Differential Revision: D5529912

Pulled By: yiwu-arbug

fbshipit-source-id: dcd58ca981db5bcc7f123b65a0d6f6ae0dc703c7
2017-08-01 13:01:47 -07:00
..
blob_db_impl.cc Dump Blob DB options to info log 2017-08-01 13:01:47 -07:00
blob_db_impl.h Dump Blob DB options to info log 2017-08-01 13:01:47 -07:00
blob_db_test.cc Dump Blob DB options to info log 2017-08-01 13:01:47 -07:00
blob_db.cc Dump Blob DB options to info log 2017-08-01 13:01:47 -07:00
blob_db.h Dump Blob DB options to info log 2017-08-01 13:01:47 -07:00
blob_dump_tool.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_dump_tool.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_file.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_format.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_format.h Blob DB TTL extractor 2017-07-27 23:26:04 -07:00
blob_log_reader.cc Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
blob_log_reader.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_writer.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_writer.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ttl_extractor.cc Move blob_db/ttl_extractor.h into blob_db/blob_db.h 2017-07-28 14:28:21 -07:00