diff --git a/source/reference/command/compact.txt b/source/reference/command/compact.txt index b46283cd5a2..6f7fb7b1f16 100644 --- a/source/reference/command/compact.txt +++ b/source/reference/command/compact.txt @@ -207,9 +207,10 @@ You cannot issue :dbcommand:`compact` against a :binary:`~bin.mongos` instance. Capped Collections ~~~~~~~~~~~~~~~~~~ -It is not possible or necessary to compact :term:`capped collections ` because they lack padding and their documents cannot grow. -As a result, they cannot become fragmented. +On :ref:`MMAPv1 `, it is not possible to compact :term:`capped collections `. + +On :ref:`WiredTiger `, the :dbcommand:`compact` command will attempt to compact the collection. Index Building ~~~~~~~~~~~~~~