Skip to content

Instantly share code, notes, and snippets.

@yorkie
Last active December 17, 2015 21:49
Show Gist options
  • Save yorkie/5677540 to your computer and use it in GitHub Desktop.
Save yorkie/5677540 to your computer and use it in GitHub Desktop.
MongoDB Best Practices
  1. Preparing for a MongoDB deployment is: schema design, document model, dynamic schema, collections, indexed, transactions and schema enforcement.
  2. The maximum BSON document size in MongoDB is 16MB.
  3. free(NULL) is correct thing in C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment