vault backup: 2023-09-24 13:42:33

This commit is contained in:
Alice 2023-09-24 13:42:33 +01:00
parent 8d4373eedc
commit 28dada29be
2 changed files with 703 additions and 5 deletions

View file

@ -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