File tree Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Expand file tree Collapse file tree 3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ Limitations
160
160
resharding operation completes. You need to manually rebuild the
161
161
search index once the resharding operation completes.
162
162
163
+ - You can't reshard a sharded :ref:`time series collection
164
+ <manual-timeseries-collection>`.
165
+
163
166
.. _resharding_process:
164
167
165
168
Resharding Process
Original file line number Diff line number Diff line change @@ -177,11 +177,16 @@ Shard Zones
177
177
178
178
.. include:: /includes/time-series/fact-shard-zone-limitations.rst
179
179
180
- Shard Keys
181
- ``````````
180
+ Shard Key Fields
181
+ ````````````````
182
182
183
183
.. include:: /includes/time-series/fact-shard-key-limitations.rst
184
184
185
+ Resharding
186
+ ``````````
187
+
188
+ You can't reshard sharded time series collections.
189
+
185
190
Transactions
186
191
~~~~~~~~~~~~
187
192
Original file line number Diff line number Diff line change @@ -22,16 +22,22 @@ Use this tutorial to shard a new or existing time series collection.
22
22
limitations <time-series-limitations-sharding>` for time series
23
23
collections.
24
24
25
+ Limitations
26
+ -----------
27
+
28
+ You can't :ref:`reshard <sharding-resharding>` a sharded time series
29
+ collection. However, you can :ref:`refine its shard key
30
+ <shard-key-refine>`.
31
+
25
32
Prerequisites
26
33
-------------
27
34
28
- To shard a time series collection, first:
29
-
30
- - :ref:`Deploy a sharded cluster <sharding-procedure-setup>` to host
31
- the database that contains your time series collection.
35
+ To shard a time series collection, you must :ref:`deploy a sharded
36
+ cluster <sharding-procedure-setup>` to host the database that contains
37
+ your time series collection.
32
38
33
- Procedure
34
- ---------
39
+ Procedures
40
+ ----------
35
41
36
42
Shard a New Time Series Collection
37
43
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments