blob: c68415b53241f0a60ef316c31357ef9b3cbae141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*! @page compaction Compaction
The WT_SESSION::compact method can be used to compact btree and log-structured
merge tree data sources.
The data source does not have to be quiescent, compaction may be performed on a
live data source.
Because checkpoints named by the application are not discarded until explicitly
removed or replaced, they may prevent WT_SESSION::compact from accomplishing
anything.
*
*/
|