Skip to content

Commit 1c47920

Browse files
Fix the maximum number of primaries (#2995) (#3001)
1 parent 4937d60 commit 1c47920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/clustering/introduction.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This is enough for most deployments.
9090

9191
If you want to retain write availability with the failure of two primary members, you need <<five-primaries, five primaries>>.
9292

93-
The maximum number of primaries you can have is *nine*, but it is not recommended having that many primaries.
93+
The maximum number of primaries you can have is *11*, but it is not recommended having that many primaries.
9494
Because the more primaries you have, the more servers you have to contact for each write operation, which can increase the latency of writes.
9595

9696

@@ -138,7 +138,7 @@ Use the following guidelines when deciding how many primary and secondary `syste
138138
* Ephemeral or frequently changing servers are good candidates to host a `system` secondary, as they may be added or removed more often.
139139
* A single `system` primary provides no fault tolerance for writes to the `system` database.
140140
Therefore, in a typical cluster deployment, it is best to start with three `system` primaries to ensure write availability.
141-
* Although the write volume for the `system` database is low and it can tolerate higher write latency, allowing to have more than nine `system` primaries, doing so is generally not recommended.
141+
* Although the write volume for the `system` database is low and it can tolerate higher write latency, allowing to have more than 11 `system` primaries, doing so is generally not recommended.
142142

143143

144144
[[database-topologies-examples]]

0 commit comments

Comments
 (0)