The word mongo was derived from the word humongous. Mongo DB is an open source document database and the leading No SQL database ,written in C++.
Below are few features of Mongo DB:
Document oriented storage:
JSON style documents with dynamic schemes offer simplicity and power. 
Full Index Support:
Index on any attribute just like we usually do. 
Replication & High availability 
Mirror across LAN and WANs for scale and peace of mind
Auto - Shading 
Scale horizontally without compromising functionality 
Querying 
Rich document based queries
Fast - In-Place updates 
Atomic modifiers for contention-free performance 
Map/Reduce
Flexible aggregation and data processing 
GridFS 
Store files of any size without complicating the stack. 
Mongo DB Management service
Manage MongoDB on the cloud infrastructure of developers choice 
References: 

 
No comments:
Post a Comment