Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-990

Document bounds parameter of moveChunk

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • mongodb-2.4
    • manual

    Description

      bounds allows one to specify a chunk by lower and upper bounds.

      e.g.

      db.adminCommand({moveChunk : "test.foo" , bounds : [ {a : NumberLong("8234")} , { "a" : NumberLong("9543") } ] , to : "shard0001"})

      + split command to have bounds parameter as well (from DOCS-1043)

      Attachments

        Issue Links

          Activity

            People

              epc Ed Costello
              epc Ed Costello
              PM Bot PM Bot
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                10 years, 11 weeks, 2 days ago