Skip to content

Commit 9eb1597

Browse files
DOCS-15122 Time Series Collections cannot use renameCollection (#1440)
* DOCS-15122 TS cannot use rename * DOCS-15122 created limitation include: * DOCSP-15122 include error fix * DOCS-15122 fixing include * DOCS-15122 fixing include * DOCS-15122 nit change
1 parent 6069f09 commit 9eb1597

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following features are not supported for
3131
* :realm:`GraphQL API </graphql>`
3232
* :realm:`Realm Sync </sync>`
3333
* :dbcommand:`reIndex`
34+
* :dbcommand:`renameCollection`
3435
* :doc:`Schema validation rules </core/schema-validation>`
3536

3637
Constraints
@@ -197,3 +198,10 @@ You can't write to :ref:`time series collections
197198
.. note::
198199

199200
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>`.

source/core/views.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ Views are considered sharded if their underlying collection is sharded.
8585
You cannot specify a sharded view for the ``from`` field in
8686
:pipeline:`$lookup` and :pipeline:`$graphLookup` operations.
8787

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+
8896
Access Control
8997
--------------
9098

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Time series collections are writable non-materialized views. Limitations
2+
for views apply to time series collections.

source/reference/command/renameCollection.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ You can use :dbcommand:`renameCollection` to rename an unsharded
108108
collection in a sharded cluster as long as the source and target
109109
databases are on the same primary shard.
110110

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+
111118
Existing Target Collection
112119
~~~~~~~~~~~~~~~~~~~~~~~~~~
113120

0 commit comments

Comments
 (0)