Skip to content

Instantly share code, notes, and snippets.

@infynyxx
Created January 24, 2010 07:29
Show Gist options
  • Save infynyxx/285070 to your computer and use it in GitHub Desktop.
Save infynyxx/285070 to your computer and use it in GitHub Desktop.
db.runCommand({movechunk: "test.people", find: {name: "XYZ0"}, to: "127.0.0.1:10000"});
db.runCommand({split: "test.people", middle: {name: "XYZ0"}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment