Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

DOCSP-29501-time-series #158

5 changes: 4 additions & 1 deletion source/reference/limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ discuss your requirements.
Unsupported Collection Types
----------------------------

- Time-series collections aren't supported.
- In ``mongosync`` 1.7 and earlier, time series collections do not
synchronize between clusters: MongoDB :ref:`logs <c2c-logging>` the
collection details and skips those collections. In ``mongosync`` 1.8
and later, time series collections are synchronized between clusters.
- Clustered collections with :ref:`expireAfterSeconds
<db.createCollection.expireAfterSeconds>` set aren't supported.

Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/1.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Release Notes for mongosync 1.8

New Features:

Time Series Collections
~~~~~~~~~~~~~~~~~~~~~~~

Starting in ``mongosync`` 1.8.0, time series collections are
synchronized between clusters.

Minimum Supported Version
-------------------------
Expand Down