diff --git a/source/reference/command/compact.txt b/source/reference/command/compact.txt index 1f67e1456bc..ce4db8f8e69 100644 --- a/source/reference/command/compact.txt +++ b/source/reference/command/compact.txt @@ -153,10 +153,15 @@ To see how the storage space changes for the collection, run the WiredTiger `````````` -On :ref:`WiredTiger `, :dbcommand:`compact` will rewrite -the collection and indexes to minimize disk space by releasing unused disk space -to the system. This is useful if you have removed a large amount of data -from the collection, and do not plan to replace it. +On :ref:`WiredTiger `, :dbcommand:`compact` attempts to +reduce the required storage space for data and indexes in a collection, releasing +unneeded disk space to the operating system. The effectiveness of this operation +is workload dependent and no disk space may be recovered. This command is useful +if you have removed a large amount of data from the collection, and do not plan +to replace it. + +:dbcommand:`compact` does not require any additional disk space to run +on WiredTiger databases. MMAPv1 ``````