We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd813b6 commit 8d9d995Copy full SHA for 8d9d995
source/kafka-sink.txt
@@ -18,6 +18,15 @@ save the data to a datastore.
18
This section of the guide covers the configuration settings necessary to
19
set up a Kafka Sink connector.
20
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
30
.. toctree::
31
:titlesonly:
32
:hidden:
0 commit comments