Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-3018

Compression of wire protocol

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.11
    • Affects Version/s: None
    • Component/s: Networking, Security
    • Labels:
      None
    • Fully Compatible
    • Platforms 2016-08-26

      Edited description:
      Implement compression of wire protocol communication independent of running SSL.

      ==================================
      Old description:
      Currently, the Mongo Wire protocol sends the data essentially in clear-text. This has two implications for my user scenario. First is that there's a lot of network traffic generated for queries. When reports are run and many fields of data are retrieved, I get the same field name over and over. Some compression here would speed up the delivery of the data. The query itself is lightning fast, but the transaction is slowed down by the movement of the massive amount of data.

      Second, the clear-text has security implications. Running SSL or some similar secure wire protocol could solve potentially both these issues.

      Thanks!

            Votes:
            77 Vote for this issue
            Watchers:
            71 Start watching this issue

              Created:
              Updated:
              Resolved: