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

Document bounds parameter of moveChunk

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • mongodb-2.4
    • Affects Version/s: None
    • Component/s: manual
    • Labels:

      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)

            Assignee:
            epc Ed Costello
            Reporter:
            epc Ed Costello
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              11 years, 5 weeks, 5 days ago