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

Add setting to disable auto-splitting and auto-migrations

      There should be a way to disable auto-splitting (and thus auto-migrations, which only happen after an auto-split), similar to how we can disable the balancer.
      Would work something like:
      use config; db.settings.update(

      { _id: "autosplit" }

      , { $set :

      { stopped: true }

      } , true );

            Assignee:
            spencer@mongodb.com Spencer Brody (Inactive)
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: