diff --git a/source/faq.txt b/source/faq.txt index 4d0df4923..a2beae76e 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -141,6 +141,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? --------------------------------------------------------