mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-16 18:08:56 +03:00
Update README.md
This commit is contained in:
@@ -549,7 +549,7 @@ Here's what the numer transaltes to with respect to uptime:
|
||||
### Availability in parallel vs sequence
|
||||
If your service consists of multiple entites prone to failure your composite availability changes depending upon if they are connected in sequence or parallel.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Connected in Sequence
|
||||
The overall availability decreases when two components with availability < 100% are connected in sequence. For two components `Foo` and `Bar` connected in sequence, the total availability comes out to be:
|
||||
|
||||
Reference in New Issue
Block a user