Difference between revisions of "MongoDB replication"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Activities == * Read about MongoDB replication capabilities https://docs.mongodb.com/manual/faq/replica-sets/ == See also == * {{MongoDB}}")
Tags: Mobile web edit, Mobile edit
 
 
(9 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.
  
  
 
+
* <code>rs.add ()</code> https://docs.mongodb.com/manual/reference/method/rs.add/#rs.add
 
+
* <code>rs.status()</code>
  
  
Line 9: 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 ==
 
* {{MongoDB}}
 
* {{MongoDB}}
 +
 +
 +
[[Category:Databases]]

Latest revision as of 10:01, 14 April 2022

Advertising: