@@ -104,9 +104,6 @@ $lookup and $graphLookup with sharded collections
104
104
General Aggregation Improvements
105
105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106
106
107
- :expression:`$dateSubtract` and :expression:`$dateAdd`: Improved Input Validation
108
- `````````````````````````````````````````````````````````````````````````````````
109
-
110
107
Starting in MongoDB 5.1, :expression:`$dateSubtract` and
111
108
:expression:`$dateAdd` report an error when an overflow is detected for
112
109
``amount`` values.
@@ -161,19 +158,13 @@ You can set the size of the :ref:`plan cache
161
158
Change Streams
162
159
--------------
163
160
164
- Optimization
165
- ~~~~~~~~~~~~
166
-
167
161
.. |change-streams| replace:: :ref:`change streams <changeStreams>`
168
162
169
163
.. include:: /includes/change-streams-optimization.rst
170
164
171
165
Indexes
172
166
-------
173
167
174
- Convert a non-TTL single-field Index into a TTL Index
175
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176
-
177
168
Starting in MongoDB 5.1, you can use the :dbcommand:`collMod` database
178
169
command to add the ``expireAfterSeconds`` option to an existing
179
170
single-field non-TTL index.
@@ -245,8 +236,11 @@ determines whether the temporary documents required for :ref:`retryable
245
236
<retryable-writes>` :dbcommand:`findAndModify` commands are stored in
246
237
the *side* collection (``config.image_collection``).
247
238
239
+ Sharded Clusters
240
+ ----------------
241
+
248
242
``mongod`` Sharded Cluster And Config Server Changes
249
- ----------------------------------------------------
243
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
244
251
245
Starting in MongoDB 5.1, when starting a :binary:`mongod` with the
252
246
:option:`--configsvr <mongod --configsvr>` option you must also
0 commit comments