Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-3240

Mongodump gzip distant database

    • Type: Icon: Task Task
    • Resolution: Won't Do
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: mongodump
    • Labels:
      None
    • Not Needed

      Problem Statement/Rationale

      When using mongodump on a distant database with --gzip option, the zipping process is performed on "client". So data is "flat" transferred, which consume a lot more data and slow down the dumping process.

      This is quite summed up here : https://www.mongodb.com/community/forums/t/mongodump-gzip-distant-database/211653

      Steps to Reproduce

      Run mongodump on a distant database

      Expected Results

      It would be nice that when using the --gzip option, the data would be zipped before being transfered on the network

      Actual Results

      From tests i did data is zipped on client side

      Additional Notes

      Any additional information that may be useful to include.

            Assignee:
            rohan.sharan@mongodb.com Rohan Sharan
            Reporter:
            cjbjohan.maupetit@laposte.net Johan Maupetit
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: