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 7d086f4 commit 4bb49b3Copy full SHA for 4bb49b3
source/mongoimport/mongoimport-behavior.txt
@@ -85,6 +85,13 @@ Batches
85
``mongoimport`` uses a maximum batch size of 100,000 to
86
perform bulk insert/upsert operations.
87
88
+Time Series Collections
89
+~~~~~~~~~~~~~~~~~~~~~~~
90
+
91
+To import time series data, you must create a :ref:`time series collection <manual-timeseries-landing>`
92
+before running ``mongoimport``. ``mongoimport`` does not support creating time series collections
93
+automatically. For more information about creating a collection, see :method:`~db.createCollection()`.
94
95
Required Access
96
---------------
97
0 commit comments