Skip to content

Commit 4bb49b3

Browse files
authored
DOCSP-47144-timeseries-limitations (#197)
* add timeseries info * fix role * wording * wording * style
1 parent 7d086f4 commit 4bb49b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/mongoimport/mongoimport-behavior.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ Batches
8585
``mongoimport`` uses a maximum batch size of 100,000 to
8686
perform bulk insert/upsert operations.
8787

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+
8895
Required Access
8996
---------------
9097

0 commit comments

Comments
 (0)