Mongodb - Why

mongodb

Why should we use MongoDB or not?

  1. It is a document-oriented NoSQL database
  2. Expressive Query Language & Secondary Indexes
  3. Strong Consistency: Provide your users with the most up-to-date copy of the data.
  4. Flexibility: A data model that accommodates the various types of data dominating modern applications. One that allows faster iteration and improved productivity.
  5. Enterprise Management & Integration: A database that can be secured, monitored, automated, and integrated with your existing IT infrastructure.
  6. Scalability & Performance: Scale horizontally to deliver incredible performance at massive scale: millions of ops/sec, 100s of billions of documents, petabytes of data.
  7. Mission Critical: Native replication synchronizes data across servers, racks and data centers to provide a consistent, high-quality experience for users all around the world.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License