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 6703ebe commit b7ca8e2Copy full SHA for b7ca8e2
source/reference/command/compact.txt
@@ -55,9 +55,9 @@ compact
55
56
.. versionadded:: v2.2
57
58
- In production deployments, collections should always have at least
59
- 100 bytes of padding, and generally have a padding factor that is
60
- 10% of the average document size.
+ The following example runs the :dbcommand:`compact`
+ command with the ``paddingBytes`` set to ``100`` bytes and the
+ ``paddingFactor`` set to ``1.1``.
61
62
.. code-block:: javascript
63
0 commit comments