File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
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 @@ -170,11 +170,16 @@ Shard Zones
170
170
171
171
.. include:: /includes/time-series/fact-shard-zone-limitations.rst
172
172
173
- Shard Keys
174
- ``````````
173
+ Shard Key Fields
174
+ ````````````````
175
175
176
176
.. include:: /includes/time-series/fact-shard-key-limitations.rst
177
177
178
+ Resharding
179
+ ``````````
180
+
181
+ You can't reshard sharded time series collections.
182
+
178
183
Transactions
179
184
~~~~~~~~~~~~
180
185
Original file line number Diff line number Diff line change @@ -22,18 +22,25 @@ 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:
35
+ To shard a time series collection, you must first:
29
36
30
37
1. :ref:`Deploy a sharded cluster <sharding-procedure-setup>` to host
31
38
the database that contains your time series collection.
32
39
33
40
#. :ref:`Enable sharding for your database <sharding-setup-enable-sharding>`.
34
41
35
- Procedure
36
- ---------
42
+ Procedures
43
+ ----------
37
44
38
45
Shard a New Time Series Collection
39
46
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments