Skip to content

Commit

Permalink
Removed 1000 node limit
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Oct 24, 2023
1 parent b6e08f2 commit 446b19a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions product_docs/docs/pgd/3.7/bdr/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ but typical usage would be to have 2-3 standbys per master. Standby nodes don't
add additional connections to the mesh network so they are not included in the
32 node recommendation.

BDR currently has hard limit of no more than 1000 active nodes as this is the
current maximum Raft connections allowed.

BDR places a limit that at most 10 databases in any one PostgreSQL instance
can be BDR nodes across different BDR node groups. However BDR works best if
only one BDR database per PostgreSQL instance is used.
Expand Down
2 changes: 0 additions & 2 deletions product_docs/docs/pgd/4/limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This section covers design limitations of BDR, that should be taken into account

- BDR can run hundreds of nodes assuming adequate hardware and network. However, for mesh-based deployments, we generally don’t recommend running more than 48 nodes in one cluster. If extra read scalability is needed beyond the 48 node limit, subscriber only nodes can be added without adding connections to the mesh network.

- BDR currently has a hard limit of no more than 1000 active nodes, as this is the current maximum Raft connections allowed.

- BDR places a limit that at most 10 databases in any one PostgreSQL instance can be BDR nodes across different BDR node groups. However, BDR works best if you use only one BDR database per PostgreSQL instance.

- The minimum recommended number of nodes in a group is three to provide fault tolerance for BDR's consensus mechanism. With just two nodes, consensus would fail if one of the nodes was unresponsive. Consensus is required for some BDR operations such as distributed sequence generation. For more information about the consensus mechanism used by EDB Postgres Distributed, see [Architectural details](/pgd/4/architectures/#architecture-details).
Expand Down
3 changes: 0 additions & 3 deletions product_docs/docs/pgd/5/limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ into account when planning your deployment.
limit, you can add subscriber-only nodes without adding connections to the
mesh network.

- PGD currently has a hard limit of no more than 1000 active nodes, as this is
the current maximum Raft connections allowed.

- The minimum recommended number of nodes in a group is three to provide fault
tolerance for PGD's consensus mechanism. With just two nodes, consensus would
fail if one of the nodes were unresponsive. Consensus is required for some PGD
Expand Down

0 comments on commit 446b19a

Please sign in to comment.