ADS Version: 15.0.0-dev-56
Operating Environment: Windows 8 64 bit.
According to MongoDB documents.
http://docs.mongodb.org/manual/release-notes/2.0/#new-index-format
An administrator can define rules such as “very important write” or customerData or “audit-trail” to replicate to certain servers, racks, data centers, etc. Then in the application code, the developer would say:
db.foo.insert(doc, {w : "very important write"})
which would succeed if it fulfilled the conditions the DBA defined for “very important write”.
Can this be part of insert statement from query analyzer window ?
Correct link to MongoDB documentation:
http://docs.mongodb.org/manual/release-notes/2.0/#data-center-awareness
Issue #11143 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
Correct link to MongoDB documentation:
http://docs.mongodb.org/manual/release-notes/2.0/#data-center-awareness