rocksdb/utilities/blob_db
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime
Summary:
With FIFO compaction we would like to get the oldest data time for monitoring. The problem is we don't have timestamp for each key in the DB. As an approximation, we expose the earliest of sst file "creation_time" property.

My plan is to override the property with a more accurate value with blob db, where we actually have timestamp.
Closes https://github.com/facebook/rocksdb/pull/2842

Differential Revision: D5770600

Pulled By: yiwu-arbug

fbshipit-source-id: 03833c8f10bbfbee62f8ea5c0d03c0cafb5d853a
2017-10-23 15:27:27 -07:00
..
blob_db_impl.cc Fix unused var warnings in Release mode 2017-10-23 14:27:04 -07:00
blob_db_impl.h Blob DB: Store blob index as kTypeBlobIndex in base db 2017-10-17 17:28:11 -07:00
blob_db_iterator.h Blob DB: Store blob index as kTypeBlobIndex in base db 2017-10-17 17:28:11 -07:00
blob_db_test.cc Add DB::Properties::kEstimateOldestKeyTime 2017-10-23 15:27:27 -07:00
blob_db.cc Fix memory leak on blob db open 2017-09-01 14:13:51 -07:00
blob_db.h Make it explicit blob db doesn't support CF 2017-09-08 11:11:04 -07:00
blob_dump_tool.cc Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_dump_tool.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_file.cc Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_file.h Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_log_format.cc Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_log_format.h Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_log_reader.cc Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_log_reader.h Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -07:00
blob_log_writer.cc Enable MSVC W4 with a few exceptions. Fix warnings and bugs 2017-10-19 10:57:12 -07:00
blob_log_writer.h Blob DB: not writing sequence number as blob record footer 2017-10-17 12:13:08 -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