Thursday 20 December 2012

MongoDB Introduction


Mango DB is an open source database developed in C++. It can be used to store data for high performance applications.It is released in february 2009



Great Features of MangoDb

Document base storage:

MongoDb is a document based database where as Oracle,mysql,sql server are relational databases.It stores whole data as BSON(Binary JSON) format.


Map:

  It supports map framework for batch processing of data. here map means, a master node takes an input, split it into smaller sections and send it to associated nodes. Here smaller nodes process the problem and it will send the processed data to master node.



Sharding:
  If load increases, it distributed to other nodes, this is called Sharding.

0 comments:

Post a Comment