MongoDB
- Most popular No-SQL DB
- Serves JSON documents but stores them as BSON (Binary Json)
Terminology
Database
: DatabaseCollection
: TableShards
: Part of the collection - Different custer on the drive for the same collectionReplication
: Multiple copies of the same shardDocument
: Record, rowField
: Field, columnData type
: Arrays, objects. Documents limited to 16mbGridFS
: Documents heavier than 16mb