rocksdb/utilities/blob_db
Yi Wu 91e2aa3ce2 write exact sequence number for each put in write batch
Summary:
At the beginning of write batch write, grab the latest sequence from base db and assume sequence number will increment by 1 for each put and delete, and write the exact sequence number with each put. This is assuming we are the only writer to increment sequence number (no external file ingestion, etc) and there should be no holes in the sequence number.

Also having some minor naming changes.
Closes https://github.com/facebook/rocksdb/pull/2402

Differential Revision: D5176134

Pulled By: yiwu-arbug

fbshipit-source-id: cb4712ee44478d5a2e5951213a10b72f08fe8c88
2017-06-13 12:42:36 -07:00
..
blob_db_impl.cc write exact sequence number for each put in write batch 2017-06-13 12:42:36 -07:00
blob_db_impl.h Fixing blob db sequence number handling 2017-05-31 10:56:45 -07:00
blob_db_options_impl.cc Blob storage pr 2017-05-10 15:14:44 -07:00
blob_db_options_impl.h Blob storage pr 2017-05-10 15:14:44 -07:00
blob_db_test.cc write exact sequence number for each put in write batch 2017-06-13 12:42:36 -07:00
blob_db.cc Blob storage pr 2017-05-10 15:14:44 -07:00
blob_db.h Blob storage pr 2017-05-10 15:14:44 -07:00
blob_dump_tool.cc Fix build errors in blob_dump_tool with GCC 4.8 2017-05-24 00:11:36 -07:00
blob_dump_tool.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_file.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_format.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_format.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_reader.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_reader.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_writer.cc Blob storage pr 2017-05-10 15:14:44 -07:00
blob_log_writer.h Blob storage pr 2017-05-10 15:14:44 -07:00