-
Type: Epic
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Done
-
Wire protocol changes
MongoDB 3.4 Added support for wire compression through snappy.
MongoDB 3.6 Will likely add support for zlib.
MongoDB 3.6 Will likely add support for a new wire protocol which will not reply with OP_REPLY opcode.
During development of these feature there will be a flag that must be enables to access for example wire protocol compression;
$ MONGODB_36_EXPERIMENT=yes ./configure --enable-snappy
For compression, mongod must be configured with --networkMessageCompressors=snappy
- is related to
-
CDRIVER-2085 CDRIVER MongoDB 3.6 Support
- Development Complete
-
CDRIVER-2116 Add support for OP_COMPRESSED
- Development Complete