Network message compressor support
I've got MongoDB 4.2 Community server which is configured with net.compression.compressors: "zstd,snappy,zlib" but after inspecting the output of db.serverStatus(), it seems MongoDB Compass is not using any compressor.
It'd be nice to support compression and actually allow users to configure preferred compressors like Mongo Shell does.
2
votes
![](https://secure.gravatar.com/avatar/a953ce375bdf82ec7e3d014849f4c769?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
joe-lucas commented
mongodb/zstd and snappy js module existed and work very well with mongodb js driver for a long time. But Compass itself does not support such 2 compression methods.
snappy and zstd are much better than zlib.