vault backup: 2023-09-24 13:42:33
This commit is contained in:
parent
8d4373eedc
commit
28dada29be
2 changed files with 703 additions and 5 deletions
|
@ -54,9 +54,21 @@
|
|||
- The proxy is a performance and availability bottleneck.
|
||||
- E.g. MongoDB
|
||||
|
||||
|
||||
### 3. Master Server
|
||||
- Architecture: [[mas]]
|
||||
- Proxy functions split between stub and master server
|
||||
- The proxy is a performance and availability bottleneck.
|
||||
- E.g. MongoDB
|
||||
- Architecture: [[master.excalidraw]]
|
||||
- Scale out!
|
||||
- E.g. HDFS
|
||||
|
||||
### 4. Server Group
|
||||
- Architecture: [[server-group.excalidraw 1]]
|
||||
- All servers can process requests.
|
||||
- Coordination may be necessary.
|
||||
- Resiliency!
|
||||
- E.g. ZooKeeper
|
||||
|
||||
### 5. Bus
|
||||
- Architecture: [[server-group.excalidraw 1]]
|
||||
- All servers can process requests.
|
||||
- Coordination may be necessary.
|
||||
- Resiliency!
|
||||
- E.g. ZooKeeper
|
Loading…
Add table
Add a link
Reference in a new issue