Perform a full compaction of the underlying LevelDB on a one‐shot background thread.
Synopsis
Declared in <txdb.h>
[[requires_capability(0x7f9512c695a0, 0x7f9512c69650), requires_capability(0x7f951f175060, 0x7f951f175110), requires_capability(0x7f94f8be95a0, 0x7f94f8be9650), requires_capability(0x7f9513c5cc60, 0x7f9513c5cd10), requires_capability(0x7f952330d510, 0x7f952330d5c0), requires_capability(0x7f95105046a0, 0x7f9510504750)]]
std::shared_future<void>
CompactFullAsync();
Return Value
A shared future that completes when the compaction finishes.
Created with MrDocs