MongoDB
- for performance, it is important to create indexes
- The maximum BSON document size in MongoDB is 16
MB.
- consists on multiple nodes which contain a copy of the database.
- there is only one primary node and multiple secondary nodes.
- secondary nodes are only for backup
- splits database in multiple replica sets for scalability.