This document discusses MongoDB and compares it to relational databases. It notes that MongoDB is a NoSQL database that is very fast, can store massive amounts of data, and usually scales better than relational databases. However, it also lacks some of the consistency, durability and other guarantees provided by relational databases. The document emphasizes knowing your data and use cases to determine when a document database like MongoDB may be better suited than a relational database.