MongoDB released the 1.6.0 version, which is the fourth major stable version of the 1.0,1.2,1.4 version, and released the 1.6.1 release on August 17.
This release focuses on enhanced dynamic expansion (Scale-out) features, http://www.aliyun.com/zixun/aggregation/14273.html ">sharding functionality is already available in the production environment." The use of horizontal partitioning and replication sets (replica sets) can be used to establish a parallel expansion of the data storage cluster, can achieve dynamic expansion of the cluster scale, and there is no single point of failure. As with other storage systems that support distributed clusters, the downtime of some machines and the increase or decrease of machines do not affect service. A single MongoDB program can be upgraded to a distributed cluster without shutting down if needed.
The replication collection (replica sets) allows you to create a highly stable cluster that provides automatic remediation (automatic fail over) and resiliency, and suggests that the original pair replication (replica pair) schema consumer be transferred to the replication collection schema when it is convenient.
Other improvements to MongoDB version 1.6
Acknowledged replication: Write operations must return success only if the data is successfully copied to n machines.
Support or condition query
Indexes/collection increased to 64
Concurrent Performance Improvements
Support for $slice operations
Support for UNIX sockets and IPV6
Improved under Windows
C + + client binary packages are placed in a separate tarballs
Please publish the issue via Http://groups.google.com/group/mongodb-user (support discussion area) or http://jira.mongodb.org/(problem/feature request database).
Next
At the same time as the MongoDB 1.6 release, the development team will then focus on MongoDB 1.8, which can be http://jira.mongodb.org/by voting to assist in the sequencing of feature development, and the first-ranked feature is the durability of a single server.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.