DescriptionLevelDBDatabase::Compact compacts db (on disk) w/o requiring reopen.
This change writes (flushes) compacted data to disk resulting in
changes, which would previously only be flushed the next db close/open
cycle, to be written immediately.
BUG=329347
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284313
Patch Set 1 #
Total comments: 3
Patch Set 2 : Moved Write after CompactRange and added comment #Patch Set 3 : Compacting after waiting for previous writes to finish. #
Messages
Total messages: 9 (0 generated)
|