forked from preslavmihaylov/booknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pmihaylov_bp
committed
Jul 30, 2022
1 parent
c985dcb
commit f456588
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
system-design/understanding-distributed-systems/part04/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Resiliency | ||
|
||
The three fundamental scalability patterns discussed so far: | ||
* functional decomposition - splitting a monolithic system into independent parts which composed provide the same functionality | ||
* data partitioning - splitting data across several nodes | ||
* replication - duplicating data across several nodes | ||
|
||
All the patterns have one thing in common - they increase the number of moving parts in our system. | ||
|
||
|