-
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 <[email protected]> * DOCSP-34690 updates for RS' feedback * Apply suggestions from code review Co-authored-by: Ashley Brown <[email protected]> --------- Co-authored-by: Rohan Sharan <[email protected]> Co-authored-by: Ashley Brown <[email protected]>
* DOCSP-50991-fixes-404-link * DOCSP-50991-fixes-link * “DOCSP-50991-changes-ref
…peline (after revert) (#257) * (DOCSP-6956) Adding section on number of source docs returned from pipeline * Formatting for review * Changes based on feedback
* DOCSP-22337 Getting Started tutorial (#255) * DOCSP-20890 Add readPreference example (#254) * DOCSP-20890 Add readPreference example * DOCSP-20890 updates for feedback * DOCSP-22224 Add Service Name information to Private Endpoint setup (#253) * DOCSP-22224 Add Service Name information to Private Endpoint setup * DOCSP-22224 updates for review feedback * DOCSP-22337 Getting Started tutorial * DOCSP-22337 updates for CR feedback * DOCSP-22337 updates for review feedback * DOCSP-22337 updates for feedback * DOCSP-22337 another round of updates for feedback * DOCSP-22337 updates for another round of feedback * DOCSP-22337 updates for review feedback * DOCSP-22341 document limitations (#260) * DOCSP-22341 document limitations * Update source/limitations.txt Co-authored-by: Melissa Mahoney <[email protected]> Co-authored-by: Melissa Mahoney <[email protected]> * DOCSP-22363 Create Overview page (#257) * DOCSP-22363 Create Overview page * DOCSP-22363 updates for review feedback * DOCSP-22363 next round of updates for feedback * Apply suggestions from code review suggested fixes from CR feedback Co-authored-by: Melissa Mahoney <[email protected]> * DOCSP-22363 billing updates * DOCSP-22363 updates for feedback * DOCSP-22363 updates for feedback * DOCSP-22363 updates to billing based on feedback Co-authored-by: Melissa Mahoney <[email protected]> * DOCSP-22338 Create Manage Dataset Pipeline Section (#256) * DOCSP-22338 Create Manage Dataset Pipeline Section * DOCSP-22338 updates for CR feedback * DOCSP-22338 updates for tech review feedback * DOCSP-22338 updates for review feedback * DOCSP-22338 updates for review feedback * DOCSP-22338 updates for small UI change * DOCSP-22338 updates for review feedback * DOCSP-22410 Set up redirects and dismissible banner (#261) * DOCSP-22410 Set up redirects and dismissible banner * DOCSP-22410 removed trailing slash from api URLs in redirects file * DOCSP-23094 RN for v20220607 (#263) Co-authored-by: Melissa Mahoney <[email protected]>
No description provided.