diff --git a/source/administration/change-streams-production-recommendations.txt b/source/administration/change-streams-production-recommendations.txt index f670997f713..c470c360320 100644 --- a/source/administration/change-streams-production-recommendations.txt +++ b/source/administration/change-streams-production-recommendations.txt @@ -84,18 +84,10 @@ stream catches up to the first chunk migration, the ``documentKey`` in the change stream notification document only includes the ``_id`` of the document, not the full shard key. -Indexes and Performance ------------------------ +Indexes +------- Change streams cannot use indexes. MongoDB does not support creating indexes on the :term:`oplog` collection. Therefore, avoid opening a high number of :ref:`specifically-targeted ` change streams as these can impact server performance. - -Change Stream Optimization -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. |change-streams| replace:: change streams - -.. include:: /includes/change-streams-optimization.rst -