Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-600

Add support for Zstandard compression

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-1837 Done 4.7.0
      SCALA-489 Done
      PYTHON-1723 Fixed 3.9
      CSHARP-2486 Fixed 2.11.0
      PERL-1053 Done 2.1.1
      RUBY-1682 Fixed 2.15.0.alpha
      JAVA-3145 Fixed 3.11.0
      CXX-1716 Fixed 3.6.0-rc0, 3.6.0
      PHPC-1313 Fixed 1.8.0-beta2, 1.8.0
      MOTOR-298 Fixed 2.1
      GODRIVER-783 Fixed 1.2.0
      CDRIVER-2930 Fixed 1.15.0
      SWIFT-491 Won't Do 2.0.0
      RUST-175 Fixed 2.1.0
      SWIFT-949 Won't Do
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion NODE-1837 Done 4.7.0 SCALA-489 Done PYTHON-1723 Fixed 3.9 CSHARP-2486 Fixed 2.11.0 PERL-1053 Done 2.1.1 RUBY-1682 Fixed 2.15.0.alpha JAVA-3145 Fixed 3.11.0 CXX-1716 Fixed 3.6.0-rc0, 3.6.0 PHPC-1313 Fixed 1.8.0-beta2, 1.8.0 MOTOR-298 Fixed 2.1 GODRIVER-783 Fixed 1.2.0 CDRIVER-2930 Fixed 1.15.0 SWIFT-491 Won't Do 2.0.0 RUST-175 Fixed 2.1.0 SWIFT-949 Won't Do

      zstd has been added as an option for --networkMessageCompressors. zstd uses much less CPU while matching zlib in compression rates. Not only does this reduce server CPU but it also reduces latency in query responses. 

      https://docs.mongodb.com/master/release-notes/3.6/
      https://github.com/facebook/zstd

      Updated Spec change is here: https://github.com/mongodb/specifications/commit/0d08743afe1379b0db4c614a7837ee507910dfe4

            Assignee:
            Unassigned Unassigned
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            5 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: