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

DOCSP-48416-add-network-compression-FAQ-v1.13-backport (738) #745

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,21 @@ error:
``mongosync`` accepts all other :ref:`connection string options
<mongodb-uri>`.

Does ``mongosync`` support network compression?
-----------------------------------------------

``mongosync`` supports network compression. To enable network compression,
your configuration must meet the following criteria:

- Your source and destination clusters must have network compression enabled
- Your source and destination cluster connection strings must include the
:urioption:`compressors` connection string option
- Your cluster configurations and connection string options must share at least
one common compressor

For more information about network compression configuration options, see the
:option:`--networkMessageCompressors <mongos --networkMessageCompressors>` option
in the Database Manual.

Which security and authentication options are supported?
--------------------------------------------------------
Expand Down