Skip to content

Commit 5de9f0c

Browse files
authored
DOCSP-33893 Adds support for to timeseries collections (#7411) (#7417)
* DOCSP-33893 Adds support for to timeseries collections * Reworks text * Adjusts text * Fixes per Joe
1 parent 605a502 commit 5de9f0c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,17 @@ The following features are not supported for time series collections:
3838
series collections that use :appservices:`Atlas Data Ingest
3939
</sync/configure/sync-settings/#data-ingest>`.
4040

41-
Aggregation $merge
42-
~~~~~~~~~~~~~~~~~~
41+
Aggregation $merge and $out
42+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
4343

4444
You cannot use the :pipeline:`$merge` aggregation stage to add data from
4545
another collection to a time series collection.
4646

47+
.. versionchanged:: 7.0.3
48+
49+
You can use the :pipeline:`$out` aggregation stage to write
50+
documents to a time series collection.
51+
4752
.. _timeseries-limitations-updates-deletes:
4853

4954
.. _timeseries-limitations-deletes:

0 commit comments

Comments
 (0)