Skip to content

Instantly share code, notes, and snippets.

@mfcabrera
Created January 21, 2016 13:27
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 mfcabrera/68d42a7a57474322faf9 to your computer and use it in GitHub Desktop.
Save mfcabrera/68d42a7a57474322faf9 to your computer and use it in GitHub Desktop.
db.getCollection("all").stats(scale=1024*1024*2014)
{
"ns" : "group_category.all",
"count" : 2092188, //2 million
"size" : 23, //GB
"avgObjSize" : 23470 (~23 KB),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment