Improve FDB architecture documentation related to cluster recruitment (#8012)
Description Improve FDB architecture documentation to explicitly mention that Stateless processes may get recruited on a single cluster process Testing
This commit is contained in:
parent
f257b6c2d0
commit
7a056997c7
|
@ -14,8 +14,12 @@ Detailed FoundationDB Architecture
|
||||||
|
|
||||||
The FoundationDB architecture chooses a decoupled design, where
|
The FoundationDB architecture chooses a decoupled design, where
|
||||||
processes are assigned different heterogeneous roles (e.g.,
|
processes are assigned different heterogeneous roles (e.g.,
|
||||||
Coordinators, Storage Servers, Master). Scaling the database is achieved
|
Coordinators, Storage Servers, Master). Cluster attempts to recruit
|
||||||
by horizontally expanding the number of processes for separate roles:
|
different roles as separate processes, however, it is possible that
|
||||||
|
multiple Stateless roles gets colocated (recruited) on a single
|
||||||
|
process to meet the cluster recruitment goals. Scaling the database
|
||||||
|
is achieved by horizontally expanding the number of processes for
|
||||||
|
separate roles:
|
||||||
|
|
||||||
Coordinators
|
Coordinators
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue