@@ -74,7 +74,6 @@ Unsupported Collection Types
7474----------------------------
7575
7676- Time-series collections are not supported.
77- - Capped collections are not supported.
7877- Clustered collections with :ref:`expireAfterSeconds
7978 <db.createCollection.expireAfterSeconds>` set are not supported.
8079
@@ -137,31 +136,12 @@ Filtered Sync
137136
138137.. include:: /includes/limitations-filtering.rst
139138
140- System Collections
139+ Capped Collections
141140------------------
142141
143- {+c2c-product-name+} does not replicate :ref:`system collections
144- <metadata-system-collections>` to the destination cluster.
145-
146- If you issue a :dbcommand:`dropDatabase` command on the source cluster,
147- this change is not directly applied on the destination cluster. Instead,
148- {+c2c-product-name+} drops user collections and views in the database
149- on the destination cluster, but it does not drop system collections
150- on that database.
151-
152- For example, on the destination cluster:
153-
154- - The drop operation does not affect a user-created
155- :data:`system.js <<database>.system.js>` collection.
142+ .. include:: /includes/collections/behavior-capped-collections.rst
156143
157- - If you enable profiling, the :data:`system.profile
158- <<database>.system.profile>` collection remains.
159-
160- - If you create views on the source cluster and then drop the database,
161- replicating the drop removes the views, but leaves an empty
162- :data:`system.views <<database>.system.views>` collection.
163-
164- In these cases, the replication of ``dropDatabase`` removes all user-created
165- collections from the database, but leaves its system collections on the
166- destination cluster.
144+ System Collections
145+ ------------------
167146
147+ .. include:: /includes/collections/behavior-system-collections.rst
0 commit comments