Difference between revisions of "MongoDB replication"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(7 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.
  
  
 
+
* <code>rs.add ()</code> https://docs.mongodb.com/manual/reference/method/rs.add/#rs.add
 
+
* <code>rs.status()</code>
  
  
Line 11: 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

Advertising: