NoSQL Database MongoDB 1.6 Released with New Features of Automatic Data Sharding and Replica Sets | Database Journal

NoSQL Database MongoDB 1.6 Released with New Features of Automatic Data Sharding and Replica Sets

Aug 20, 2010
1 minute read

MongoDB 1.6 has been released. This open source, NoSQL system from 10gen has been updated with two new features, auto-sharding and replica sets.
Sharding is the “ability to subdivide and spread a very large data set across many servers but still continue doing high-speed data updates and retrievals,” which speeds up response to queries and expands a database’s data handling capabilities. MongoDB’s automated sharding will set up a routing map in the database based on a key to each shard so that it knows where data is and can respond to a query or update.

Replica sets “establish a hierarchy among the three nodes handling a data set, with one node the primary handler of the data and two others receiving replicated copies.” Should the primary node be lost, then according to previously established criteria, a new primary node is chosen out of the two remaining and a new third copy of data is made. Replica sets also help increase the speed of updates to the database.

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.