Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ A configuration with a single data location has one data group and either:
## Multiple groups with a witness node

A configuration with multiple data locations has two data groups that contain either three data nodes in each group:
* A data node and two shadow nodes in one group
* The same configuration in another group
* A witness node in a third group

![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg)
- A data node and two shadow nodes in one group

- The same configuration in another group

- A witness node in a third group

![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg)

Groups will currently be in the same region (the region the cluster resides in), but this may change in the future.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ A configuration with a single data location has one data group and either:
## Multiple groups with a witness node

A configuration with multiple data locations has two data groups that contain either three data nodes in each group:
* A data node and two shadow nodes in one group
* The same configuration in another group
* A witness node in a third group

![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg)
- A data node and two shadow nodes in one group

- The same configuration in another group

- A witness node in a third group

![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg)

Groups will currently be in the same region (the region the cluster resides in), but this may change in the future.

Expand Down
Loading