Dbms - MongoDB Collection
Dbms - MongoDB Collection
DATABASE MANAGEMENT
SYSTEMS
G.Manikandan
SAP / ICT / SOC
UNIT – IV
Introduction to Non-Relational Databases (MongoDB):
• Document Based
• Graph database
• Later in 2009,
– it is introduced in the market as an open source database server
– that was maintained and supported by MongoDB Inc.
• MongoDB 2.4.9 was the latest and stable version which was released on
January 10, 2014.
• Easy Scaling
• When a cluster need more capacity, new machines can be added and
MongoDB will figure out how the existing data should be spread to them.
• {"foo" : 3}
• {"foo" : "3"}
• as are as these:
• {"foo" : 3}
• {"Foo" : 3}
• MongoDB
• Every document has a special key, "_id", that is unique within a collection.