Skip to content

Commit 698906e

Browse files
(DOCSP-23593): Add resharding limitation for tsc (#1404) (#1406)
* (DOCSP-23593): Add resharding limitation for tsc * add link * wording * clarify restriction to mention refining shard key * may > can
1 parent 3503160 commit 698906e

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

source/core/sharding-reshard-a-collection.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ Limitations
160160
resharding operation completes. You need to manually rebuild the
161161
search index once the resharding operation completes.
162162

163+
- You can't reshard a sharded :ref:`time series collection
164+
<manual-timeseries-collection>`.
165+
163166
.. _resharding_process:
164167

165168
Resharding Process

source/core/timeseries/timeseries-limitations.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,16 @@ Shard Zones
170170

171171
.. include:: /includes/time-series/fact-shard-zone-limitations.rst
172172

173-
Shard Keys
174-
``````````
173+
Shard Key Fields
174+
````````````````
175175

176176
.. include:: /includes/time-series/fact-shard-key-limitations.rst
177177

178+
Resharding
179+
``````````
180+
181+
You can't reshard sharded time series collections.
182+
178183
Transactions
179184
~~~~~~~~~~~~
180185

source/core/timeseries/timeseries-shard-collection.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,25 @@ Use this tutorial to shard a new or existing time series collection.
2222
limitations <time-series-limitations-sharding>` for time series
2323
collections.
2424

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+
2532
Prerequisites
2633
-------------
2734

28-
To shard a time series collection, first:
35+
To shard a time series collection, you must first:
2936

3037
1. :ref:`Deploy a sharded cluster <sharding-procedure-setup>` to host
3138
the database that contains your time series collection.
3239

3340
#. :ref:`Enable sharding for your database <sharding-setup-enable-sharding>`.
3441

35-
Procedure
36-
---------
42+
Procedures
43+
----------
3744

3845
Shard a New Time Series Collection
3946
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)