File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Client-Side Field Level Encryption
131
131
Sharding
132
132
~~~~~~~~
133
133
134
- Sharded time series collections are supported starting in MongoDB 5.1 .
134
+ Starting in MongoDB 5.1, sharded time series collections are supported.
135
135
136
136
You cannot modify the ``granularity`` of a sharded time series collection.
137
137
Original file line number Diff line number Diff line change 1
1
MongoDB 5.1 provides support for sharded :ref: `time series collections
2
- <manual-timeseries-collection>`. For more information, see
3
- :ref: ` Time Series Limitations <time-series-limitations-sharding >`.
2
+ <manual-timeseries-collection>`. See :ref: ` Time Series Limitations
3
+ <time-series-limitations-sharding>`.
Original file line number Diff line number Diff line change @@ -71,8 +71,15 @@ series collections.
71
71
72
72
Updates and Deletes
73
73
~~~~~~~~~~~~~~~~~~~
74
+
74
75
Starting in MongoDB 5.1, time series collections support
75
- :ref:`update and delete operations <updates-and-deletes>` with limitations.
76
+ :ref:`update and delete operations <updates-and-deletes>` with
77
+ limitations.
78
+
79
+ Sharded Time Series Collections
80
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81
+
82
+ .. include:: /includes/5.1/5.1-release-notes-sharded-time-series.rst
76
83
77
84
.. _5.1-rel-notes-sbe:
78
85
@@ -149,12 +156,6 @@ Opcode Counters
149
156
150
157
Resharding Statistics
151
158
- :serverstatus:`shardingStatistics.resharding.lastOpEndingChunkImbalance`
152
-
153
- Sharded Time Series Collections
154
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155
-
156
- .. include:: /includes/5.1/5.1-release-notes-sharded-time-series.rst
157
-
158
159
159
160
Schema Validation Errors Contain Description Field
160
161
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments