Reclamation And Compaction, As A Single Job

Describes the use of ReclaimL() and CompactL() functions.

Space reclamation for a store can be performed as a single job by calling the store’s ReclaimL() member function.

Compaction for a store can be performed as a single job by calling the store’s CompactL() member function.

Both ReclaimL() and CompactL() only return once space reclamation or compaction are complete, and this can take some time.

Once compaction is complete, the store must be committed.

Streams must be closed before calling CompactL() .