1) The document discusses the features and advantages of the non-relational MongoDB database compared to relational databases like MySQL. It focuses on MongoDB's flexibility, scalability, auto-sharding, and replication capabilities that make it more suitable than MySQL for big data applications.
2) MongoDB stores data as JSON-like documents with dynamic schemas rather than tables with rigid schemas. It allows embedding of related data and does not require joins. This improves performance over relational databases.
3) The key advantages of MongoDB are its flexible data model, horizontal scalability, high performance, and rich query capabilities. It is commonly used for big data, mobile and social applications, and as a data hub.