|
|
Title : MongoDB in Action
Author :
KyleBanker
Publisher :
Manning
Topic :
mongodb
Published Date :
2011-07-28 00:00:00
MongoDB is a document-oriented database that's highly scalable and delivers very high-performance, especially with massive data sets that need to be spread across multiple servers. It blends the things you expect with any database - like indexing, querying, and high availability - with powerful new features like easy horizontal scaling ("auto-sharding"), map/reduce aggregation, and a flexible document data model to support dynamic schemas.
|