File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,21 @@ error:
144
144
``mongosync`` accepts all other :ref:`connection string options
145
145
<mongodb-uri>`.
146
146
147
+ Does ``mongosync`` support network compression?
148
+ -----------------------------------------------
149
+
150
+ ``mongosync`` supports network compression. To enable network compression,
151
+ your configuration must meet the following criteria:
152
+
153
+ - Your source and destination clusters must have network compression enabled
154
+ - Your source and destination cluster connection strings must include the
155
+ :urioption:`compressors` connection string option
156
+ - Your cluster configurations and connection string options must share at least
157
+ one common compressor
158
+
159
+ For more information about network compression configuration options, see the
160
+ :option:`--networkMessageCompressors <mongos --networkMessageCompressors>` option
161
+ in the Database Manual.
147
162
148
163
Which security and authentication options are supported?
149
164
--------------------------------------------------------
You can’t perform that action at this time.
0 commit comments