Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-29501-time-series #158

Open
wants to merge 14 commits into
base: v1.8
Choose a base branch
from
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
jason-price-mongodb marked this conversation as resolved.
Show resolved Hide resolved
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