Skip to content

Commit 9b2e36c

Browse files
fix build error on change streams page
1 parent 57ba985 commit 9b2e36c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

source/administration/change-streams-production-recommendations.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,10 @@ stream catches up to the first chunk migration, the ``documentKey`` in the
8484
change stream notification document only includes the ``_id`` of the document,
8585
not the full shard key.
8686

87-
Indexes and Performance
88-
-----------------------
87+
Indexes
88+
-------
8989

9090
Change streams cannot use indexes. MongoDB does not support creating
9191
indexes on the :term:`oplog` collection. Therefore, avoid opening a high
9292
number of :ref:`specifically-targeted <changeStreams-watch-deployment>`
9393
change streams as these can impact server performance.
94-
95-
Change Stream Optimization
96-
~~~~~~~~~~~~~~~~~~~~~~~~~~
97-
98-
.. |change-streams| replace:: change streams
99-
100-
.. include:: /includes/change-streams-optimization.rst
101-

0 commit comments

Comments
 (0)