summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/compact.dox
blob: 9d37bf77214ce497658de2e20a666f9be5d47130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*! @m_page{{c,java},compact,Compaction}

The WT_SESSION::compact method can be used to compact data sources.

The data source does not have to be quiescent, compaction may be
performed on an active 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.

 */