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 5c7a37f commit 34bcbc6Copy full SHA for 34bcbc6
source/reference/command/convertToCapped.txt
@@ -8,7 +8,7 @@ convertToCapped
8
9
The :dbcommand:`convertToCapped` command converts an existing,
10
non-capped collection to a :term:`capped collection`.
11
-
+
12
The command has the following syntax:
13
14
.. code-block:: javascript
@@ -31,6 +31,11 @@ convertToCapped
31
the documents will be aged out of the collection based on
32
insertion order(First In, First Out).
33
34
+ .. note::
35
36
+ The :dbcommand:`convertToCapped` command is not supported in a
37
+ sharded cluster.
38
39
.. warning::
40
41
The :dbcommand:`convertToCapped` will not recreate indexes from
0 commit comments