From ee83f827538baab0abddd463bd8b1c6564ee06b9 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Tue, 29 Apr 2025 12:24:32 -0700 Subject: [PATCH] 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 2789ddb1af2ae11325c7803f33c52bfaf6b95613) --- source/faq.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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? --------------------------------------------------------