Skip to content

Instantly share code, notes, and snippets.

@howarddierking
Created April 29, 2014 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howarddierking/70800c66e63fa43e96ad to your computer and use it in GitHub Desktop.
Save howarddierking/70800c66e63fa43e96ad to your computer and use it in GitHub Desktop.
// FROM THE SHELL
{
"result" : "organizations_reduced_ecosystems",
"timeMillis" : 20827,
"counts" : {
"input" : 198751,
"emit" : 198740,
"reduce" : 26380,
"output" : 162220
},
"ok" : 1
}
// FROM THE MONGOD stdout
2014-04-29T12:19:26.217-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2
2014-04-29T12:19:26.218-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2_inc
2014-04-29T12:19:26.218-0700 [conn1] build index on: matterscorp-webdata-staging.tmp.mr.organizations_2_inc properties: { v: 1, key: { 0: 1 }, name: "_temp_0", ns: "matterscorp-webdata-staging.tmp.mr.organizations_2_inc" }
2014-04-29T12:19:26.218-0700 [conn1] added index to empty collection
2014-04-29T12:19:26.219-0700 [conn1] build index on: matterscorp-webdata-staging.tmp.mr.organizations_2 properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "matterscorp-webdata-staging.tmp.mr.organizations_2" }
2014-04-29T12:19:26.219-0700 [conn1] added index to empty collection
2014-04-29T12:19:29.051-0700 [conn1] M/R: (1/3) Emit Progress: 43500
2014-04-29T12:19:32.029-0700 [conn1] M/R: (1/3) Emit Progress: 85700
2014-04-29T12:19:35.003-0700 [conn1] M/R: (1/3) Emit Progress: 122600
2014-04-29T12:19:38.005-0700 [conn1] M/R: (1/3) Emit Progress: 156500
2014-04-29T12:19:41.000-0700 [conn1] M/R: (1/3) Emit Progress: 188700
2014-04-29T12:19:44.000-0700 [conn1] M/R: (3/3) Final Reduce Progress: 78700
2014-04-29T12:19:47.014-0700 [conn1] M/R: (3/3) Final Reduce Progress: 197400
2014-04-29T12:19:47.026-0700 [conn1] CMD: drop matterscorp-webdata-staging.organizations_reduced_ecosystems
2014-04-29T12:19:47.028-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2
2014-04-29T12:19:47.028-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2
2014-04-29T12:19:47.028-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2_inc
2014-04-29T12:19:47.029-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2
2014-04-29T12:19:47.029-0700 [conn1] CMD: drop matterscorp-webdata-staging.tmp.mr.organizations_2_inc
2014-04-29T12:19:47.029-0700 [conn1] command matterscorp-webdata-staging.$cmd command: mapReduce { $msg: "query not recording (too large)" } keyUpdates:0 numYields:168414 locks(micros) W:2221 r:22624928 w:4053555 reslen:156 20828ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment