Skip to content

Commit 8d9d995

Browse files
nathan-contino-mongoschmalliso
authored andcommitted
(DOCSP-13658): Add index recommendation to kafka sink connector (#21)
1 parent dd813b6 commit 8d9d995

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/kafka-sink.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ save the data to a datastore.
1818
This section of the guide covers the configuration settings necessary to
1919
set up a Kafka Sink connector.
2020

21+
.. admonition:: Add Indexes to Your Collections for Consistent Performance
22+
:class: important
23+
24+
Writes performed by the Kafka Sink Connector take additional
25+
time to complete as the size of the underlying MongoDB collection
26+
grows. To prevent performance deterioration,
27+
:manual:`use an index to support these queries
28+
<tutorial/create-indexes-to-support-queries/>`.
29+
2130
.. toctree::
2231
:titlesonly:
2332
:hidden:

0 commit comments

Comments
 (0)