-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-502 migrated the local db topic to replication internals #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
.. note:: In MongoDB versions 1.6 and higher, use replica sets instead | ||
of the master-slave configuration. Replica sets are a functional | ||
superset of master-slave and are more robust. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't strictly true. master/slave replication isn't a strict subset of replica sets: slaves don't maintain their own oplog, and there are number of architectures you can get from master slave replication that you can't get from replica sets..
it's ok to admonish people to use replica sets.
Ready for merge. |
* DOCSP-34690 Make cross version sync documentation clear * DOCSP-34690 updates for KD's CR feedback * DOCSP-34690 updates for RS' feedback * Update source/reference/supported-server-version.txt Co-authored-by: Rohan Sharan <sharanrohan@berkeley.edu> * DOCSP-34690 updates for RS' feedback * Apply suggestions from code review Co-authored-by: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com> --------- Co-authored-by: Rohan Sharan <sharanrohan@berkeley.edu> Co-authored-by: Ashley Brown <98361885+mdb-ashley@users.noreply.github.com>
* DOCSP-50991-fixes-404-link * DOCSP-50991-fixes-link * “DOCSP-50991-changes-ref
No description provided.