Difference between revisions of "MongoDB replication"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[MongoDB]] [[replication]] | |
* A replica set can have up to 50 members but only 7 voting members. | * A replica set can have up to 50 members but only 7 voting members. | ||
Line 5: | Line 5: | ||
* <code>rs.add ()</code> https://docs.mongodb.com/manual/reference/method/rs.add/#rs.add | * <code>rs.add ()</code> https://docs.mongodb.com/manual/reference/method/rs.add/#rs.add | ||
− | + | * <code>rs.status()</code> | |
− | |||
− | |||
Line 13: | Line 11: | ||
* Read about [[MongoDB replication]] capabilities https://docs.mongodb.com/manual/faq/replica-sets/ | * Read about [[MongoDB replication]] capabilities https://docs.mongodb.com/manual/faq/replica-sets/ | ||
− | + | == Related == | |
+ | * [[PosgreSQL replication]] | ||
+ | * [[MariaDB replication]] | ||
== See also == | == See also == |
Latest revision as of 10:01, 14 April 2022
- A replica set can have up to 50 members but only 7 voting members.
rs.add ()
https://docs.mongodb.com/manual/reference/method/rs.add/#rs.addrs.status()
Activities[edit]
- Read about MongoDB replication capabilities https://docs.mongodb.com/manual/faq/replica-sets/
Related[edit]
See also[edit]
Advertising: