rocksdb/utilities
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
..
2017-05-17 16:41:49 -07:00
2017-06-05 11:27:34 -07:00
2017-04-27 18:06:12 -07:00
2017-05-12 15:54:06 -07:00
2017-05-17 23:12:36 -07:00