Jul 30, 2011Download as KEY, PDF5 likes1,428 views The document discusses the benefits of using MongoDB over relational databases. MongoDB is document-oriented, which allows documents (objects) to map directly to programming language data types. Embedded documents and arrays reduce the need for joins. MongoDB also offers high performance through its lack of joins, embedded data model, and indexing
