We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd439f commit 223e663Copy full SHA for 223e663
source/connect/compression.txt
@@ -48,6 +48,12 @@ show in the following example:
48
49
client = pymongo.MongoClient("mongodb://localhost/?compressors=snappy,zlib,zstd")
50
51
+.. note::
52
+
53
+ When you supply multiple compression algorithms to a connection string,
54
+ {+driver-short+} uses the first compression algorithm in the list that the
55
+ deployment supports.
56
57
Specifying Compression to a MongoClient
58
---------------------------------------
59
0 commit comments