We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ca8e2 commit 22c5f8cCopy full SHA for 22c5f8c
source/reference/command/compact.txt
@@ -55,13 +55,13 @@ compact
55
56
.. versionadded:: v2.2
57
58
- The following example runs the :dbcommand:`compact`
59
- command with the ``paddingBytes`` set to ``100`` bytes and the
+ Using the following command, you can use the compact command with
+ the ``paddingBytes`` option set to ``100`` bytes and the
60
``paddingFactor`` set to ``1.1``.
61
62
- .. code-block:: javascript
+ .. code-block:: javascript
63
64
- db.runCommand ( { compact: 'collection name', paddingBytes: 100, paddingFactor: 1.1 } )
+ db.runCommand ( { compact: 'collection name', paddingBytes: 100, paddingFactor: 1.1 } )
65
66
.. warning::
67
0 commit comments