Skip to content

Instantly share code, notes, and snippets.

@SriMaddy
Created January 13, 2016 04:28
Show Gist options
  • Save SriMaddy/fd85aa260d22a81c2006 to your computer and use it in GitHub Desktop.
Save SriMaddy/fd85aa260d22a81c2006 to your computer and use it in GitHub Desktop.
-> No SQL (Non-Relational, full of documents)
-> Database - Database, Table - Collection, Tuple - Document, column - field, table join - document embed
-> unique id for every object
-> id will be 12 byte hex, 4 = timestamp, 3 = machine id, 2 = process id of mongo server, 3 = incremental value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment