File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,21 @@ error:
144144``mongosync`` accepts all other :ref:`connection string options
145145<mongodb-uri>`.
146146
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.
147162
148163Which security and authentication options are supported?
149164--------------------------------------------------------
You can’t perform that action at this time.
0 commit comments