Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit ee83f82

Browse files
committed
DOCSP-48416 add network compression FAQ (#738)
* DOCSP-48416 add network compression FAQ * changes link to use the option rather than config file reference * Add context to link (cherry picked from commit 2789ddb)
1 parent 8737738 commit ee83f82

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/faq.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,21 @@ error:
141141
``mongosync`` accepts all other :ref:`connection string options
142142
<mongodb-uri>`.
143143

144+
Does ``mongosync`` support network compression?
145+
-----------------------------------------------
146+
147+
``mongosync`` supports network compression. To enable network compression,
148+
your configuration must meet the following criteria:
149+
150+
- Your source and destination clusters must have network compression enabled
151+
- Your source and destination cluster connection strings must include the
152+
:urioption:`compressors` connection string option
153+
- Your cluster configurations and connection string options must share at least
154+
one common compressor
155+
156+
For more information about network compression configuration options, see the
157+
:option:`--networkMessageCompressors <mongos --networkMessageCompressors>` option
158+
in the Database Manual.
144159

145160
Which security and authentication options are supported?
146161
--------------------------------------------------------

0 commit comments

Comments
 (0)