Awesome Product
September 21, 2017

Awesome Product

Apnesh Sharma | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with MongoDB

It's an awesome product. I started work with it 10 months ago. It is a very original, flexible, and attractive product.

It is a document database in which one collection holds different documents. The number of fields, and content and size of the documents can differ from one document to another.
  • It is schema-less
  • Faster turnaround in development
  • MongoDB has the best features of key/ value stores, document databases and relational databases in one
  • Trigger function
  • Max BSON document size is 16MB
  • Mongo provides GridFS to get around this , No more than 100 levels of nesting
  • Happy with the fact that it's schema-less .
  • It is very flexible, and attractive
  • No trigger function
We wanted to go a schema-less database like MongoDB. We needed faster turnaround in development, and MongoDB has the best features of key/ values stores, document databases and relational databases in one. Because it uses tables, stored procedures are no longer required. MongoDB is relatively new player in the data storage world when compare to giants like Oracle, but it has drawn a lot attention because of its distributed key value store.
It is schema-less and provides faster turnaround in development. MongoDB has the best features of key / values store document databases, and relational databases, all in one. Maintenance and upgrades with good functionality are a plus.
Cons: There is no trigger function, and the maximum BSON document size is 16MB. Mongo provides GridFS to get around this, but with no more than 100 levels of nesting.