Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
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
- depends on
-
SERVER-7674 MoveChunk should allow you to specify a chunk via its bounds
-
- Closed
-
- is duplicated by
-
DOCS-1043 moveChunk and split commands have/will have new field parameters for 2.4
-
- Closed
-
- is related to
-
SERVER-8187 Usability issues with splitting + hashed shard keys
-
- Closed
-