Skip to content

Commit 2789ddb

Browse files
authored
DOCSP-48416 add network compression FAQ (mongodb#738)
* DOCSP-48416 add network compression FAQ * changes link to use the option rather than config file reference * Add context to link
1 parent 9734cd3 commit 2789ddb

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
@@ -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

148163
Which security and authentication options are supported?
149164
--------------------------------------------------------

0 commit comments

Comments
 (0)