Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Submitted
Categories Compass
Created by Guest
Created on Sep 24, 2019

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.
  • Attach files
  • Guest
    Dec 5, 2024
    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.