diff --git a/source/faq.txt b/source/faq.txt index b225c63e1..3f11d72d9 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -144,6 +144,21 @@ error: ``mongosync`` accepts all other :ref:`connection string options `. +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 ` option +in the Database Manual. Which security and authentication options are supported? --------------------------------------------------------