Sharding
- mongos = mongo Sharding router process (in front of the mongod daemons)
- Config Server = Where data is located (the address book of the shard)
- We shard specific collections based on an existing unique index on the collection.
- Scatter-gather query.