File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ The following features are not supported for
31
31
* :realm:`GraphQL API </graphql>`
32
32
* :realm:`Realm Sync </sync>`
33
33
* :dbcommand:`reIndex`
34
+ * :dbcommand:`renameCollection`
34
35
* :doc:`Schema validation rules </core/schema-validation>`
35
36
36
37
Constraints
@@ -197,3 +198,10 @@ You can't write to :ref:`time series collections
197
198
.. note::
198
199
199
200
Reads from time series collections are supported in transactions.
201
+
202
+ View Limitations
203
+ ~~~~~~~~~~~~~~~~
204
+
205
+ .. include:: /includes/time-series/fact-view-limitation.rst
206
+
207
+ For more information, see :ref:`View Behavior <manual-views-behavior>`.
Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ Views are considered sharded if their underlying collection is sharded.
85
85
You cannot specify a sharded view for the ``from`` field in
86
86
:pipeline:`$lookup` and :pipeline:`$graphLookup` operations.
87
87
88
+ Time Series Collections
89
+ -----------------------
90
+
91
+ .. include:: /includes/time-series/fact-view-limitation.rst
92
+
93
+ For more information, see
94
+ :ref:`Time Series Collection Limitations <manual-timeseries-collection-limitations>`.
95
+
88
96
Access Control
89
97
--------------
90
98
Original file line number Diff line number Diff line change
1
+ Time series collections are writable non-materialized views. Limitations
2
+ for views apply to time series collections.
Original file line number Diff line number Diff line change @@ -108,6 +108,13 @@ You can use :dbcommand:`renameCollection` to rename an unsharded
108
108
collection in a sharded cluster as long as the source and target
109
109
databases are on the same primary shard.
110
110
111
+ Time Series Collections
112
+ ~~~~~~~~~~~~~~~~~~~~~~~
113
+
114
+ You **cannot** use :dbcommand:`renameCollection` to rename a time series
115
+ collection. For more information, see :ref:`Time Series Collection Limitations
116
+ <manual-timeseries-collection-limitations>`.
117
+
111
118
Existing Target Collection
112
119
~~~~~~~~~~~~~~~~~~~~~~~~~~
113
120
You can’t perform that action at this time.
0 commit comments